mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Site Themes cleanup. See #14897.
git-svn-id: https://develop.svn.wordpress.org/trunk@16559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -28,8 +28,6 @@ $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
|
||||
if ( ! $id )
|
||||
wp_die( __('Invalid site ID.') );
|
||||
|
||||
$wp_list_table->site_id = $id;
|
||||
$wp_list_table->is_site_themes = true;
|
||||
$wp_list_table->prepare_items();
|
||||
|
||||
$details = get_blog_details( $id );
|
||||
|
||||
Reference in New Issue
Block a user