equal
deleted
inserted
replaced
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> |