Twenty Fourteen: Document the `$args` parameter in `Featured_Content::hide_featured_term()`.
Follow-up to [25808], [26556], [28536]. Props parthvataliya. See #62183. Built from https://develop.svn.wordpress.org/trunk@59210 git-svn-id: http://core.svn.wordpress.org/trunk@58605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c99ed6156f
commit
2234d91da2
|
@ -280,6 +280,7 @@ class Featured_Content {
|
|||
*
|
||||
* @param array $terms List of term objects. This is the return value of get_terms().
|
||||
* @param array $taxonomies An array of taxonomy slugs.
|
||||
* @param array $args An array of get_terms() arguments.
|
||||
* @return array A filtered array of terms.
|
||||
*
|
||||
* @uses Featured_Content::get_setting()
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-beta2-59209';
|
||||
$wp_version = '6.7-beta2-59210';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue