Ticket #47415: 47415.patch
File 47415.patch, 528 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/load.php
diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index fe97810ae5..fcf0c39e73 100644
a b function is_blog_admin() { 1028 1028 * Does not check if the user is an administrator; use current_user_can() 1029 1029 * for checking roles and capabilities. 1030 1030 * 1031 * Does not check if the site is a multisite network; Use is_multisite() for checking if the site is a 1032 * multisite network or not. 1033 1031 1034 * @since 3.1.0 1032 1035 * 1033 1036 * @global WP_Screen $current_screen