Remove unused variable and CSS class. see #24046.

git-svn-id: http://core.svn.wordpress.org/trunk@24099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-26 12:36:12 +00:00
parent 1b554db95a
commit 6cf5361850
2 changed files with 1 additions and 10 deletions

View File

@ -4148,14 +4148,6 @@ body .ui-tooltip {
margin-top: 4px;
}
.post-format-set .post-format-options {
display: none;
}
.post-format-set .post-format-change {
display: block;
}
#poststuff .post-format-change {
margin: -7px 0 13px 2px;
padding: 0;

View File

@ -129,7 +129,6 @@ foreach ( get_object_taxonomies( $post ) as $tax_name ) {
// post format
$format_class = '';
$post_format = '';
$post_format_set_class = '';
$post_format_options = '';
if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_post_format_ui', true, $post ) ) {
wp_enqueue_script( 'post-formats' );
@ -373,7 +372,7 @@ if ( 'post' == $post_type ) {
require_once('./admin-header.php');
?>
<div class="wrap <?php echo $post_format_set_class; ?>">
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php
echo esc_html( $title );