Make WordPress Core


Ignore:
Timestamp:
03/23/2012 10:10:06 AM (13 years ago)
Author:
nacin
Message:

Support child theme installation in the theme installer. props otto42, dd32. fixes #13774.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r18617 r20267  
    200200
    201201        check_admin_referer('install-theme_' . $theme);
    202         $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false) ) ); //Save on a bit of bandwidth.
     202        $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false, 'tags' => false) ) ); //Save on a bit of bandwidth.
    203203
    204204        if ( is_wp_error($api) )
Note: See TracChangeset for help on using the changeset viewer.