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:
Pascal Birchler 2017-03-25 15:46:10 +00:00
parent ae78742444
commit 8d611dde0d

View File

@ -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' );