Fix typo in [11253] fixes #8704 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d2f74d993d
commit
f80f234fdd
|
@ -1273,7 +1273,7 @@ function wp_get_object_terms($object_ids, $taxonomies, $args = array()) {
|
|||
}
|
||||
|
||||
if ( ! $terms )
|
||||
return $terms = array();
|
||||
$terms = array();
|
||||
|
||||
return apply_filters('wp_get_object_terms', $terms, $object_ids, $taxonomies, $args);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue