Make WordPress Core

Changeset 3541 for trunk/wp-login.php


Ignore:
Timestamp:
02/17/2006 01:29:33 AM (20 years ago)
Author:
ryan
Message:

Move raquo into gettext. Props SteveAgl. fixes #2453

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r3517 r3541  
    7474<input type="text" name="email" id="email" value="" size="25" tabindex="2" /></label><br />
    7575</p>
    76 <p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password'); ?> &raquo;" tabindex="3" /></p>
     76<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password &raquo;'); ?>" tabindex="3" /></p>
    7777</form>
    7878<ul>
Note: See TracChangeset for help on using the changeset viewer.