Changeset 43174 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/05/2018 09:44:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43162 r43174 5633 5633 <p><b class="wp-auth-fallback-expired" tabindex="0"><?php _e( 'Session expired' ); ?></b></p> 5634 5634 <p><a href="<?php echo esc_url( $login_url ); ?>" target="_blank"><?php _e( 'Please log in again.' ); ?></a> 5635 <?php _e( 'The login page will open in a new window. After logging in you can close it and return to this page.' ); ?></p>5635 <?php _e( 'The login page will open in a new tab. After logging in you can close it and return to this page.' ); ?></p> 5636 5636 </div> 5637 5637 </div>
Note: See TracChangeset
for help on using the changeset viewer.