Make WordPress Core


Ignore:
Timestamp:
04/03/2015 02:31:11 AM (9 years ago)
Author:
azaozz
Message:

Accessibility improvements for Themes screen: fix keyboard events and callbacks for the Search field, increase trigger timeout a bit, improve Esc. key handling.
Props joedolson, adamsilverstein, afercia, DrewAPicture. Fixes #26600.

File:
1 edited

Legend:

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

    r30649 r31994  
    202202            wp_die( __( 'You do not have sufficient permissions to install themes on this site.' ) );
    203203
    204         include_once( ABSPATH . 'wp-admin/includes/theme-install.php' ); //for themes_api..
     204        include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); //for themes_api..
    205205
    206206        check_admin_referer( 'install-theme_' . $theme );
Note: See TracChangeset for help on using the changeset viewer.