Docs: Fix typo in `wp_get_object_terms` filter DocBlock.

Follow-up to [49597].

See #50768.
Built from https://develop.svn.wordpress.org/trunk@49612


git-svn-id: http://core.svn.wordpress.org/trunk@49350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-16 17:28:08 +00:00
parent 6a8f9bf499
commit 801152b9d7
2 changed files with 2 additions and 2 deletions

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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta4-49611';
$wp_version = '5.6-beta4-49612';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.