X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..febc815b2c9d85be5717da9e8d164bd2daa97e31:/wp-admin/network/admin.php diff --git a/wp-admin/network/admin.php b/wp-admin/network/admin.php index ad760f3e..66b89998 100644 --- a/wp-admin/network/admin.php +++ b/wp-admin/network/admin.php @@ -18,7 +18,7 @@ if ( ! is_multisite() ) $redirect_network_admin_request = 0 !== strcasecmp( $current_blog->domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path ); /** - * Filter whether to redirect the request to the Network Admin. + * Filters whether to redirect the request to the Network Admin. * * @since 3.2.0 *