Changeset 1844266
- Timestamp:
- 03/21/2018 03:41:43 PM (8 years ago)
- Location:
- wpstudio-login-modal-box/trunk
- Files:
-
- 3 edited
-
genesis-login-modal-box.php (modified) (1 diff)
-
inc/glmb-frontend.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstudio-login-modal-box/trunk/genesis-login-modal-box.php
r1835113 r1844266 4 4 * Plugin URI: https://wpstud.io/plugins 5 5 * Description: Login modal box 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Frank Schrijvers 8 8 * Author URI: https://www.wpstud.io -
wpstudio-login-modal-box/trunk/inc/glmb-frontend.php
r1815571 r1844266 63 63 wp_login_form( $args ); 64 64 echo '</div>'; 65 echo '<a href="' . wp_lostpassword_url() . '">Lost password?</a>'; 65 66 printf( '<a href="%s">' . __( 'Lost password?', 'wpstudio-login-modal-box' ) . '</a>', __( wp_lostpassword_url() ) ); 67 66 68 echo '</div>'; 67 69 -
wpstudio-login-modal-box/trunk/readme.txt
r1835113 r1844266 4 4 Requires at least: 3.6 5 5 Tested up to: 4.9.4 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.2.3 = 48 * fix: made lost password string translatable. 49 47 50 = 1.2.2 = 48 51 * update: fix for genesis 2.6
Note: See TracChangeset
for help on using the changeset viewer.