Make WordPress Core


Ignore:
Timestamp:
12/12/2015 03:36:36 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Fix some minor DocBlock alignment issues.

See #32246.

File:
1 edited

Legend:

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

    r35873 r35885  
    12081208 *
    12091209 * @return bool|null True if not multisite, user can't upload files, or the space check option is disabled.
    1210 */
     1210 */
    12111211function wp_dashboard_quota() {
    12121212    if ( !is_multisite() || !current_user_can( 'upload_files' ) || get_site_option( 'upload_space_check_disabled' ) )
Note: See TracChangeset for help on using the changeset viewer.