From 2234d91da21695f7baf987d7b1df0f84df7ea6df Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 10 Oct 2024 18:01:11 +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. Built from https://develop.svn.wordpress.org/trunk@59210 git-svn-id: http://core.svn.wordpress.org/trunk@58605 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/inc/featured-content.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfourteen/inc/featured-content.php b/wp-content/themes/twentyfourteen/inc/featured-content.php index 8b36b12c31..2d502aae5e 100644 --- a/wp-content/themes/twentyfourteen/inc/featured-content.php +++ b/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() diff --git a/wp-includes/version.php b/wp-includes/version.php index 43f65b830b..ab4afe60b7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.