mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user