Skip to content

Commit 31ce381

Browse files
Twenty Fourteen: Document the $args parameter in Featured_Content::hide_featured_term().
Follow-up to [25808], [26556], [28536]. Props parthvataliya. See #62183. git-svn-id: https://develop.svn.wordpress.org/trunk@59210 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 43b6b77 commit 31ce381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-content/themes/twentyfourteen/inc/featured-content.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public static function delete_post_tag( $tag_id ) {
280280
*
281281
* @param array $terms List of term objects. This is the return value of get_terms().
282282
* @param array $taxonomies An array of taxonomy slugs.
283+
* @param array $args An array of get_terms() arguments.
283284
* @return array A filtered array of terms.
284285
*
285286
* @uses Featured_Content::get_setting()

0 commit comments

Comments
 (0)