From 8d611dde0d08aaab70832ec0d05796952569e200 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 25 Mar 2017 15:46:10 +0000 Subject: [PATCH] Themes: Fix incorrect annotation for `__clear_multi_author_cache()` function. Props flixos90. See #40063. Fixes #40262. git-svn-id: https://develop.svn.wordpress.org/trunk@40334 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/author-template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-includes/author-template.php b/src/wp-includes/author-template.php index 26c1a6a930..eb050d89d8 100644 --- a/src/wp-includes/author-template.php +++ b/src/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' );