PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/theme-tools/featured-content.php +4 -4 13.7.216.3-a.1 View file →
@@ -238,12 +238,12 @@
238 238 *
239 239 * @deprecated 13.6 Moved to Classic Theme Helper package.
240 240 * @uses Featured_Content::get_setting()
241 241 *
242 - * @param array $terms A list of term objects. This is the return value of get_the_terms().
243 - * @param int $id The ID field for the post object that terms are associated with.
244 - * @param array $taxonomy An array of taxonomy slugs.
245 - * @return array $terms
242 + * @param \WP_Term[]|\WP_Error $terms A list of term objects. This is the return value of get_the_terms().
243 + * @param int $id The ID field for the post object that terms are associated with.
244 + * @param string $taxonomy The slug of the taxonomy.
245 + * @return \WP_Term[]|\WP_Error $terms
246 246 */
247 247 public static function hide_the_featured_term( $terms, $id, $taxonomy ) {
248 248 _deprecated_function( __METHOD__, 'jetpack-13.6', 'Automattic\\Jetpack\\Classic_Theme_Helper\\Featured_Content\\hide_the_featured_term' );
249 249