Plugin Directory

Changeset 1844266


Ignore:
Timestamp:
03/21/2018 03:41:43 PM (8 years ago)
Author:
frankschrijvers
Message:

fix: made lost password string translatable

Location:
wpstudio-login-modal-box/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpstudio-login-modal-box/trunk/genesis-login-modal-box.php

    r1835113 r1844266  
    44 * Plugin URI: https://wpstud.io/plugins
    55 * Description: Login modal box
    6  * Version: 1.2.2
     6 * Version: 1.2.3
    77 * Author: Frank Schrijvers
    88 * Author URI: https://www.wpstud.io
  • wpstudio-login-modal-box/trunk/inc/glmb-frontend.php

    r1815571 r1844266  
    6363    wp_login_form( $args );
    6464    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
    6668    echo '</div>';
    6769
  • wpstudio-login-modal-box/trunk/readme.txt

    r1835113 r1844266  
    44Requires at least: 3.6
    55Tested up to: 4.9.4
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     47= 1.2.3 =
     48* fix: made lost password string translatable.
     49
    4750= 1.2.2 =
    4851* update: fix for genesis 2.6
Note: See TracChangeset for help on using the changeset viewer.