Make WordPress Core


Ignore:
Timestamp:
08/18/2011 06:16:57 AM (13 years ago)
Author:
nacin
Message:

Some more class instantiations. props eko-fr, fixes #18049.

File:
1 edited

Legend:

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

    r18327 r18563  
    2121        $current_theme = get_current_theme();
    2222    }
     23    $ct = new stdClass;
    2324    $ct->name = $current_theme;
    2425    $ct->title = $themes[$current_theme]['Title'];
Note: See TracChangeset for help on using the changeset viewer.