Skip to content

Commit

Permalink
Twenty Fourteen: Document the $args parameter in `Featured_Content:…
Browse files Browse the repository at this point in the history
…: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
  • Loading branch information
SergeyBiryukov committed Oct 10, 2024
1 parent 43b6b77 commit 31ce381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public static function delete_post_tag( $tag_id ) {
*
* @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()
Expand Down

0 comments on commit 31ce381

Please sign in to comment.