Twenty Fourteen: Correct `@since` entry for an authors list query arguments filter.
Follow-up to [51943]. See #58833. Built from https://develop.svn.wordpress.org/trunk@56772 git-svn-id: http://core.svn.wordpress.org/trunk@56284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3bc56b3de0
commit
43804e0d08
|
@ -542,7 +542,7 @@ if ( ! function_exists( 'twentyfourteen_list_authors' ) ) :
|
|||
/**
|
||||
* Filters query arguments for listing authors.
|
||||
*
|
||||
* @since 3.3
|
||||
* @since Twenty Fourteen 3.3
|
||||
*
|
||||
* @param array $args Query arguments.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-beta2-56771';
|
||||
$wp_version = '6.4-beta2-56772';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue