Docs: Correct a parameter name for the allow_subdirectory_install filter.

See #32246.

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

View File

@@ -56,7 +56,7 @@ function allow_subdirectory_install() {
*
* @since 3.0.0
*
* @param bool true Whether to enable the subdirectory install feature in Multisite. Default is false.
* @param bool $allow Whether to enable the subdirectory install feature in Multisite. Default is false.
*/
if ( apply_filters( 'allow_subdirectory_install', false ) )
return true;