diff --git a/src/wp-content/themes/twentyfourteen/inc/featured-content.php b/src/wp-content/themes/twentyfourteen/inc/featured-content.php index 8b36b12c31519..2d502aae5eac6 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 @@ 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()