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
This commit is contained in:
parent
ae78742444
commit
8d611dde0d
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user