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
This commit is contained in:
parent
6216c997ba
commit
db5a65eb5e
|
@ -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' );
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue