Make WordPress Core

Changeset 24099


Ignore:
Timestamp:
04/26/2013 12:36:12 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Remove unused variable and CSS class. see #24046.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r24098 r24099  
    41494149}
    41504150
    4151 .post-format-set .post-format-options {
    4152     display: none;
    4153 }
    4154 
    4155 .post-format-set .post-format-change {
    4156     display: block;
    4157 }
    4158 
    41594151#poststuff .post-format-change {
    41604152    margin: -7px 0 13px 2px;
  • trunk/wp-admin/edit-form-advanced.php

    r24098 r24099  
    130130$format_class = '';
    131131$post_format = '';
    132 $post_format_set_class = '';
    133132$post_format_options = '';
    134133if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_post_format_ui', true, $post ) ) {
     
    374373?>
    375374
    376 <div class="wrap <?php echo $post_format_set_class; ?>">
     375<div class="wrap">
    377376<?php screen_icon(); ?>
    378377<h2><?php
Note: See TracChangeset for help on using the changeset viewer.