Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (4 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-admin/includes/dashboard.php

    r49725 r49926  
    15391539 * @since 3.0.0
    15401540 *
    1541  * @return bool|null True if not multisite, user can't upload files, or the space check option is disabled.
     1541 * @return true|void True if not multisite, user can't upload files, or the space check option is disabled.
    15421542 */
    15431543function wp_dashboard_quota() {
Note: See TracChangeset for help on using the changeset viewer.