Make WordPress Core


Ignore:
Timestamp:
05/16/2012 11:38:53 PM (13 years ago)
Author:
koopersmith
Message:

Theme Installer: Prevent unnecessary admin code from printing and print markup in correct order. Remove dead code. props ocean90, fixes #20695.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-theme-install-list-table.php

    r20811 r20812  
    276276     */
    277277    function theme_installer_single( $theme ) {
    278         $class = 'wp-full-overlay';
    279         if ( $theme )
    280             $class .= ' single-theme';
    281 
    282278        ?>
    283279        <div id="theme-installer" class="wp-full-overlay single-theme">
Note: See TracChangeset for help on using the changeset viewer.