Changeset 32642 for trunk/src/wp-admin/options-media.php
- Timestamp:
- 05/28/2015 09:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-media.php
r32116 r32642 85 85 </table> 86 86 87 <?php if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?> 87 <?php 88 /** 89 * @global array $wp_settings 90 */ 91 if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?> 88 92 <h3 class="title"><?php _e('Embeds') ?></h3> 89 93 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.