From db5a65eb5ef3e00f8f6251b0259c626f6c160c42 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 25 Mar 2017 15:47:42 +0000 Subject: [PATCH] Themes: Fix incorrect annotation for `__clear_multi_author_cache()` function. Props flixos90. See #40063. Fixes #40262. Built from https://develop.svn.wordpress.org/trunk@40334 git-svn-id: http://core.svn.wordpress.org/trunk@40241 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/author-template.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 26c1a6a930..eb050d89d8 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -505,8 +505,7 @@ function is_multi_author() { * Helper function to clear the cache for number of authors. * * @since 3.2.0 - * - * @private + * @access private */ function __clear_multi_author_cache() { delete_transient( 'is_multi_author' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a109c8080..53ab8b4183 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40333'; +$wp_version = '4.8-alpha-40334'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.