From 31ce381cc8a0f63af53c5f107f626763c3d29cb1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 10 Oct 2024 17:59:44 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfourteen/inc/featured-content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfourteen/inc/featured-content.php b/src/wp-content/themes/twentyfourteen/inc/featured-content.php index 8b36b12c31..2d502aae5e 100644 --- a/src/wp-content/themes/twentyfourteen/inc/featured-content.php +++ b/src/wp-content/themes/twentyfourteen/inc/featured-content.php @@ -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()