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.