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:
Sergey Biryukov 2020-11-16 17:26:42 +00:00
parent 10208c1e35
commit 2c7b5c37db

View File

@ -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.