Changeset 16990 for trunk/wp-admin/theme-install.php
- Timestamp:
- 12/16/2010 08:43:22 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r16900 r16990 12 12 /** WordPress Administration Bootstrap */ 13 13 require_once('./admin.php'); 14 14 15 if ( ! current_user_can('install_themes') ) 15 16 wp_die( __( 'You do not have sufficient permissions to install themes on this site.' ) ); … … 21 22 22 23 $wp_list_table = get_list_table('WP_Theme_Install_List_Table'); 23 $wp_list_table->check_permissions();24 24 $wp_list_table->prepare_items(); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)