Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49790 r49927  
    488488 *
    489489 * @param string $taxonomy Taxonomy name.
    490  * @return bool|WP_Error True on success, WP_Error on failure or if the taxonomy doesn't exist.
     490 * @return true|WP_Error True on success, WP_Error on failure or if the taxonomy doesn't exist.
    491491 */
    492492function unregister_taxonomy( $taxonomy ) {
Note: See TracChangeset for help on using the changeset viewer.