Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-default-constants.php

    r42343 r47122  
    2424    }
    2525
    26     // Base uploads dir relative to ABSPATH
     26    // Base uploads dir relative to ABSPATH.
    2727    if ( ! defined( 'UPLOADBLOGSDIR' ) ) {
    2828        define( 'UPLOADBLOGSDIR', 'wp-content/blogs.dir' );
     
    3636        define( 'UPLOADS', UPLOADBLOGSDIR . '/' . $site_id . '/files/' );
    3737
    38         // Uploads dir relative to ABSPATH
     38        // Uploads dir relative to ABSPATH.
    3939        if ( 'wp-content/blogs.dir' == UPLOADBLOGSDIR && ! defined( 'BLOGUPLOADDIR' ) ) {
    4040            define( 'BLOGUPLOADDIR', WP_CONTENT_DIR . '/blogs.dir/' . $site_id . '/files/' );
Note: See TracChangeset for help on using the changeset viewer.