Make WordPress Core


Ignore:
Timestamp:
04/16/2013 08:19:29 PM (13 years ago)
Author:
markjaquith
Message:

Consistently apply class="title" to our options page h3 tags.

props norcross. fixes #24080.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-media.php

    r23134 r24002  
    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
     
    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' ); ?>
     
    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
Note: See TracChangeset for help on using the changeset viewer.