Changeset 43569 for trunk/src/wp-login.php
- Timestamp:
- 08/15/2018 06:22:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r43542 r43569 257 257 ?> 258 258 <p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"> 259 260 261 259 <?php 260 /* translators: %s: site title */ 261 printf( _x( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) ); 262 262 ?> 263 263 </a></p>
Note: See TracChangeset
for help on using the changeset viewer.