Changeset 50655 for branches/5.7/src/wp-login.php
- Timestamp:
- 04/04/2021 06:32:47 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-login.php
r50153 r50655 288 288 '<a href="%s">%s</a>', 289 289 esc_url( home_url( '/' ) ), 290 /* translators: %s: Site title. */291 290 sprintf( 291 /* translators: %s: Site title. */ 292 292 _x( '← Go to %s', 'site' ), 293 293 get_bloginfo( 'title', 'display' )
Note: See TracChangeset
for help on using the changeset viewer.