From 3696ffda21c0b2a565dc069b00581dd7221a0a5d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 09:43:40 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@34384 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index aedc36c828..809d1645a9 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -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. */