Make WordPress Core


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

Remove unused variable and CSS class. see #24046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.