Ticket #47415: 47415.2.diff
File 47415.2.diff, 521 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/load.php
diff --git src/wp-includes/load.php src/wp-includes/load.php index 7e5314c0d2..f7541614de 100644
function is_blog_admin() { 1030 1030 * 1031 1031 * Does not check if the user is an administrator; use current_user_can() 1032 1032 * for checking roles and capabilities. 1033 * 1034 * The funcion may return true even if site is not a multisite; You additionally need 1035 * to use is_multisite() to check if the site is a multisite network or not. 1033 1036 * 1034 1037 * @since 3.1.0 1035 1038 *