Changeset 24002 for trunk/wp-admin/options-media.php
- Timestamp:
- 04/16/2013 08:19:29 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-media.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-media.php
r23134 r24002 47 47 <?php settings_fields('media'); ?> 48 48 49 <h3 ><?php _e('Image sizes') ?></h3>49 <h3 class="title"><?php _e('Image sizes') ?></h3> 50 50 <p><?php _e('The sizes listed below determine the maximum dimensions in pixels to use when inserting an image into the body of a post.'); ?></p> 51 51 … … 87 87 88 88 <?php if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?> 89 <h3 ><?php _e('Embeds') ?></h3>89 <h3 class="title"><?php _e('Embeds') ?></h3> 90 90 <table class="form-table"> 91 91 <?php do_settings_fields( 'media', 'embeds' ); ?> … … 94 94 95 95 <?php if ( !is_multisite() ) : ?> 96 <h3 ><?php _e('Uploading Files'); ?></h3>96 <h3 class="title"><?php _e('Uploading Files'); ?></h3> 97 97 <table class="form-table"> 98 98 <?php
Note: See TracChangeset
for help on using the changeset viewer.