Make WordPress Core


Ignore:
Timestamp:
11/03/2014 07:08:16 AM (10 years ago)
Author:
wonderboymusic
Message:

Correct some types in wp-admin/*-location files' doc blocks.

See #30224.

File:
1 edited

Legend:

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

    r29787 r30203  
    11121112 * @since 3.0.0
    11131113 *
    1114  * @return bool True if not multisite, user can't upload files, or the space check option is disabled.
     1114 * @return bool|null True if not multisite, user can't upload files, or the space check option is disabled.
    11151115*/
    11161116function wp_dashboard_quota() {
Note: See TracChangeset for help on using the changeset viewer.