From ec88da1ee3325f88a00dab505058d900e2f2ae74 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 13 May 2014 04:18:14 +0000 Subject: [PATCH] Clarify documentation for *what* gets "automatically fired" when the `do_mu_upgrade` filter evaluates to true in Multisite. See #26869. Built from https://develop.svn.wordpress.org/trunk@28376 git-svn-id: http://core.svn.wordpress.org/trunk@28204 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin.php b/wp-admin/admin.php index 6f279077e1..cef77fcbcf 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -50,8 +50,8 @@ if ( get_option('db_upgraded') ) { * Filter whether to attempt to perform the multisite DB upgrade routine. * * In single site, the user would be redirected to wp-admin/upgrade.php. - * In multisite, it is automatically fired, but only when this filter - * returns true. + * In multisite, the DB upgrade routine is automatically fired, but only + * when this filter returns true. * * If the network is 50 sites or less, it will run every time. Otherwise, * it will throttle itself to reduce load.