Make WordPress Core

Changeset 9800 for trunk/wp-login.php


Ignore:
Timestamp:
11/20/2008 12:56:20 AM (16 years ago)
Author:
azaozz
Message:

New login form design, props iammattthomas, fixes #8286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r9699 r9800  
    324324</div>
    325325
    326 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&laquo; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
     326<p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&larr; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
    327327
    328328<script type="text/javascript">
     
    392392</div>
    393393
    394 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&laquo; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
     394<p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&larr; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
    395395
    396396<script type="text/javascript">
     
    497497</div>
    498498
    499 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&laquo; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
     499<p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('&larr; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
    500500
    501501<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.