Changeset 35472 for trunk/src/wp-includes/embed-template.php
- Timestamp:
- 10/31/2015 03:50:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/embed-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-template.php
r35466 r35472 185 185 </div> 186 186 <div id="wp-embed-share-tab-html" class="wp-embed-share-tab" role="tabpanel" aria-labelledby="wp-embed-share-tab-button-html" aria-hidden="true"> 187 <textarea class="wp-embed-share-input" tabindex="0" readonly><?php echo esc_textarea( get_post_embed_html( null,600, 400 ) ); ?></textarea>187 <textarea class="wp-embed-share-input" tabindex="0" readonly><?php echo esc_textarea( get_post_embed_html( 600, 400 ) ); ?></textarea> 188 188 189 189 <p class="wp-embed-share-description">
Note: See TracChangeset
for help on using the changeset viewer.