From a79297ba2da16eb200c59eeea3a783d9dc9e987b Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 18 Jan 2015 19:04:45 +0000 Subject: [PATCH] Minor fix for inline doc syntax in a changelog entry for `wp_get_object_terms()`. See #28688. git-svn-id: https://develop.svn.wordpress.org/trunk@31238 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 374495c1b8..078e04f868 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -2554,7 +2554,7 @@ function wp_delete_category( $cat_ID ) { * Retrieves the terms associated with the given object(s), in the supplied taxonomies. * * @since 2.3.0 - * @since 4.2.0 Added support for 'taxonomy', 'parent', and 'term_taxonomy_id' values of $orderby. + * @since 4.2.0 Added support for 'taxonomy', 'parent', and 'term_taxonomy_id' values of `$orderby`. * * @global wpdb $wpdb WordPress database abstraction object. *