Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections particularly relating to boolean types.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r49907 r49926  
    838838 * @param string|null $content Post content. If `null`, the `post_content` field from `$post` is used.
    839839 * @param int|WP_Post $post    Post ID or post object.
    840  * @return null|bool Returns false if post is not found.
     840 * @return void|false Returns false if post is not found.
    841841 */
    842842function do_enclose( $content, $post ) {
Note: See TracChangeset for help on using the changeset viewer.