Docs: Various docblock corrections and improvements.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-11-14 16:33:52 +00:00
parent 36f47ff751
commit c19f56747f
8 changed files with 36 additions and 35 deletions

View File

@@ -1153,7 +1153,7 @@ function get_tag_link( $tag ) {
*
* @since 2.3.0
*
* @param int $post_id Post ID.
* @param int|WP_Post $post_id Post ID or object.
* @return WP_Term[]|false|WP_Error Array of WP_Term objects on success, false if there are no terms
* or the post does not exist, WP_Error on failure.
*/