Fix typo in [11253] fixes #8704 props Denis-de-Bernardy.
git-svn-id: https://develop.svn.wordpress.org/trunk@11255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9b8bed089
commit
9b67652231
@ -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
Block a user