Make WordPress Core

Changeset 3541 for trunk/wp-register.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-register.php

    r3517 r3541  
    6969    <?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br />
    7070    <?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p>
    71     <p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> &raquo;</a></p>
     71    <p class="submit"><a href="wp-login.php"><?php _e('Login &raquo;'); ?></a></p>
    7272</div>
    7373</body>
     
    112112    <p><label for="user_email"><?php _e('E-mail:') ?></label><br /> <input type="text" name="user_email" id="user_email" size="25" maxlength="100" value="<?php echo $user_email; ?>" /></p>
    113113    <p><?php _e('A password will be emailed to you.') ?></p>
    114     <p class="submit"><input type="submit" value="<?php _e('Register') ?> &raquo;" id="submit" name="submit" /></p>
     114    <p class="submit"><input type="submit" value="<?php _e('Register &raquo;') ?>" id="submit" name="submit" /></p>
    115115</form>
    116116<ul>
Note: See TracChangeset for help on using the changeset viewer.