Ticket #24080: options-media.php.diff
File options-media.php.diff, 1.1 KB (added by , 12 years ago) |
---|
-
options-media.php
46 46 <form action="options.php" method="post"> 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 52 52 <table class="form-table"> … … 86 86 </table> 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' ); ?> 92 92 </table> 93 93 <?php endif; ?> 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 99 99 // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty)