Make WordPress Core

Changeset 23710


Ignore:
Timestamp:
03/15/2013 04:23:36 PM (13 years ago)
Author:
SergeyBiryukov
Message:

Remove unused variable. props DrewAPicture. fixes #23782.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r23707 r23710  
    917917                                                continue;
    918918                                        $i++;
    919                                         $style = '';
    920919                                        $hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : '';
    921920                                        echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . $hidden_class . '" ' . '>' . "\n";
Note: See TracChangeset for help on using the changeset viewer.