Changeset 42343 for trunk/src/wp-includes/theme-compat/embed-content.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/embed-content.php
r41902 r42343 76 76 } 77 77 78 if ( $thumbnail_id && 'rectangular' === $shape ) : ?> 78 if ( $thumbnail_id && 'rectangular' === $shape ) : 79 ?> 79 80 <div class="wp-embed-featured-image rectangular"> 80 81 <a href="<?php the_permalink(); ?>" target="_top"> … … 110 111 111 112 <div class="wp-embed-footer"> 112 <?php the_embed_site_title() ?>113 <?php the_embed_site_title(); ?> 113 114 114 115 <div class="wp-embed-meta"> … … 119 120 * @since 4.4.0 120 121 */ 121 do_action( 'embed_content_meta' );122 do_action( 'embed_content_meta' ); 122 123 ?> 123 124 </div>
Note: See TracChangeset
for help on using the changeset viewer.