Docs: Various docblock corrections particularly relating to boolean types.

See #51800


git-svn-id: https://develop.svn.wordpress.org/trunk@49926 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-01-03 21:55:04 +00:00
parent 69cc6e61d0
commit 374b41ed13
15 changed files with 27 additions and 25 deletions

View File

@@ -837,7 +837,7 @@ function wp_extract_urls( $content ) {
*
* @param string|null $content Post content. If `null`, the `post_content` field from `$post` is used.
* @param int|WP_Post $post Post ID or post object.
* @return null|bool Returns false if post is not found.
* @return void|false Returns false if post is not found.
*/
function do_enclose( $content, $post ) {
global $wpdb;