Make WordPress Core

Ticket #47415: 47415.patch

File 47415.patch, 528 bytes (added by dilipbheda, 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() { 
    10281028 * Does not check if the user is an administrator; use current_user_can()
    10291029 * for checking roles and capabilities.
    10301030 *
     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 
    10311034 * @since 3.1.0
    10321035 *
    10331036 * @global WP_Screen $current_screen