Docs: Correct a parameter name for the do_mu_upgrade filter.

See #32246.

git-svn-id: https://develop.svn.wordpress.org/trunk@35970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler
2015-12-16 19:29:12 +00:00
parent 4ae4883372
commit 9a9e2f6a5a

View File

@@ -59,7 +59,7 @@ if ( get_option('db_upgraded') ) {
*
* @since 3.0.0
*
* @param bool true Whether to perform the Multisite upgrade routine. Default true.
* @param bool $do_mu_upgrade Whether to perform the Multisite upgrade routine. Default true.
*/
} elseif ( apply_filters( 'do_mu_upgrade', true ) ) {
$c = get_blog_count();