Make WordPress Core

Ticket #24080: options-media.php.diff

File options-media.php.diff, 1.1 KB (added by norcross, 12 years ago)

media page

  • options-media.php

     
    4646<form action="options.php" method="post">
    4747<?php settings_fields('media'); ?>
    4848
    49 <h3><?php _e('Image sizes') ?></h3>
     49<h3 class="title"><?php _e('Image sizes') ?></h3>
    5050<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>
    5151
    5252<table class="form-table">
     
    8686</table>
    8787
    8888<?php if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?>
    89 <h3><?php _e('Embeds') ?></h3>
     89<h3 class="title"><?php _e('Embeds') ?></h3>
    9090<table class="form-table">
    9191<?php do_settings_fields( 'media', 'embeds' ); ?>
    9292</table>
    9393<?php endif; ?>
    9494
    9595<?php if ( !is_multisite() ) : ?>
    96 <h3><?php _e('Uploading Files'); ?></h3>
     96<h3 class="title"><?php _e('Uploading Files'); ?></h3>
    9797<table class="form-table">
    9898<?php
    9999// If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty)