Make WordPress Core


Ignore:
Timestamp:
10/04/2021 08:42:54 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements, including:

  • Document the post statuses global as an array of stdClass objects
  • Document the taxonomies global as an array of WP_Taxonomy objects
  • Document the return value of the post count functions as stdClass objects
  • Fix some typos

See #53399

File:
1 edited

Legend:

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

    r51793 r51885  
    15341534 *
    15351535 * @param string $yn Character string containing either 'y' (yes) or 'n' (no).
    1536  * @return bool True if yes, false on anything else.
     1536 * @return bool True if 'y', false on anything else.
    15371537 */
    15381538function bool_from_yn( $yn ) {
Note: See TracChangeset for help on using the changeset viewer.