Ticket #17511: 17511.2.diff
File 17511.2.diff, 461 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/ms.php
497 497 add_filter( 'get_term', 'sync_category_tag_slugs', 10, 2 ); 498 498 499 499 function _access_denied_splash() { 500 if ( ! is_user_logged_in() )500 if ( ! is_user_logged_in() || is_network_admin() ) 501 501 return; 502 502 503 503 $blogs = get_blogs_of_user( get_current_user_id() );