Docs: Include 'wp-json' in the 4.4.0 changelog entry for the subdirectory_reserved_names filter.

'wp-json' was appended to the reserved names list in [34375].

See #33789. See #32246.

Built from https://develop.svn.wordpress.org/trunk@34384


git-svn-id: http://core.svn.wordpress.org/trunk@34348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 09:44:27 +00:00
parent f9c2a88a8a
commit c5fede78e0
2 changed files with 3 additions and 2 deletions

View File

@ -619,7 +619,8 @@ function wpmu_validate_blog_signup( $blogname, $blog_title, $user = '' ) {
* Filter reserved site names on a sub-directory Multisite install.
*
* @since 3.0.0
* @since 4.4.0 'wp-admin', 'wp-content', and 'wp-includes' were added to the reserved names list.
* @since 4.4.0 'wp-admin', 'wp-content', 'wp-includes', and 'wp-json' were added
* to the reserved names list.
*
* @param array $subdirectory_reserved_names Array of reserved names.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34383';
$wp_version = '4.4-alpha-34384';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.