Changeset 45932 for trunk/src/wp-includes/theme-compat/embed-404.php
- Timestamp:
- 09/03/2019 12:39:13 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/embed-404.php
r42343 r45932 18 18 <?php 19 19 printf( 20 /* translators: %s: a link to the embedded site*/20 /* translators: %s: A link to the embedded site. */ 21 21 __( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ), 22 22 '<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
Note: See TracChangeset
for help on using the changeset viewer.