Make WordPress Core


Ignore:
Timestamp:
03/11/2014 07:46:27 AM (12 years ago)
Author:
nacin
Message:

Bring the theme browsing experience from 3.8 to the theme installer. First pass.

props matveb with assists from me and gcorne.
see #27055.

File:
1 edited

Legend:

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

    r27280 r27499  
    203203        include_once ABSPATH . 'wp-admin/includes/theme-install.php'; //for themes_api..
    204204
    205         check_admin_referer('install-theme_' . $theme);
     205        check_admin_referer( 'install-theme' );
    206206        $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false, 'tags' => false) ) ); //Save on a bit of bandwidth.
    207207
Note: See TracChangeset for help on using the changeset viewer.