<?php/** * LifterLMS Reset Password Email Body Content * * @since 1.0.0 * @version 3.8.0 */defined('ABSPATH')||exit;?><p><?phpprintf(__('Someone recently requested that the password be reset for %s.','lifterlms'),'<strong>{user_login}</strong>');?></p><p><?php_e('To reset your password, click on the button below:','lifterlms');?></p><p><ahref="<?phpecho$url;?>"style="{button_style}"><?php_e('Reset Password','lifterlms');?></a></p><p><?php_e('If this was a mistake you can ignore this email and your password will not be changed.','lifterlms');?></p>{divider}<p><small><?php_e('Trouble clicking? Copy and paste this URL into your browser:','lifterlms');?><br><ahref="<?phpecho$url;?>"><?phpecho$url;?></a></small></p>