diff --git a/wp-admin/includes/network.php b/wp-admin/includes/network.php index 7f30c99d07..ec8729b94c 100644 --- a/wp-admin/includes/network.php +++ b/wp-admin/includes/network.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2864eb3a2e..49330e6504 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35970'; +$wp_version = '4.5-alpha-35971'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.