Changeset 35430 for trunk/src/wp-includes/embed-template.php
- Timestamp:
- 10/29/2015 11:41:32 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/embed-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-template.php
r35429 r35430 206 206 ?> 207 207 <div class="wp-embed"> 208 <p class="wp-embed-heading"><?php _e( 'Oops! That embed can ’t be found.' ); ?></p>208 <p class="wp-embed-heading"><?php _e( 'Oops! That embed can’t be found.' ); ?></p> 209 209 210 210 <div class="wp-embed-excerpt"> … … 212 212 <?php 213 213 printf( 214 /* translators: %s: a link to the embedded site */ 214 215 __( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ), 215 216 '<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
Note: See TracChangeset
for help on using the changeset viewer.