mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-24 09:42:45 +00:00
Docs: Fix typo in wp_get_object_terms filter DocBlock.
Follow-up to [49597]. See #50768. git-svn-id: https://develop.svn.wordpress.org/trunk@49612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
10208c1e35
commit
2c7b5c37db
@ -2145,7 +2145,7 @@ function wp_get_object_terms( $object_ids, $taxonomies, $args = array() ) {
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param WP_Term[] $terms Array of terms for the given object or objects.
|
||||
* @param string $object_ids Comma separated list if object IDs for which terms were retrieved.
|
||||
* @param string $object_ids Comma separated list of object IDs for which terms were retrieved.
|
||||
* @param string $taxonomies SQL fragment of taxonomy names from which terms were retrieved.
|
||||
* @param array $args Array of arguments for retrieving terms for the given
|
||||
* object(s). See wp_get_object_terms() for details.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user