wp/wp-includes/theme-compat/embed-404.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 19 3d72ae0968f4
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    15 
    15 
    16 	<div class="wp-embed-excerpt">
    16 	<div class="wp-embed-excerpt">
    17 		<p>
    17 		<p>
    18 			<?php
    18 			<?php
    19 			printf(
    19 			printf(
    20 				/* translators: %s: a link to the embedded site */
    20 				/* translators: %s: A link to the embedded site. */
    21 				__( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ),
    21 				__( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ),
    22 				'<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
    22 				'<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
    23 			);
    23 			);
    24 			?>
    24 			?>
    25 		</p>
    25 		</p>