Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

Built from https://develop.svn.wordpress.org/trunk@53302


git-svn-id: http://core.svn.wordpress.org/trunk@52891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2022-04-28 09:59:13 +00:00
parent 13ed66ec88
commit c6dbcf8576
12 changed files with 31 additions and 21 deletions

View File

@@ -951,7 +951,7 @@ class WP_Term_Query {
* @since 6.0.0
*
* @param WP_Term[] $term_objects Array of term objects.
* @param string $_fields Field to format.
* @param string $_fields Field to format.
*
* @return WP_Term[]|int[]|string[] Array of terms / strings / ints depending on field requested.
*/