Make WordPress Core


Ignore:
Timestamp:
07/10/2023 10:46:22 PM (15 months ago)
Author:
audrasjb
Message:

Docs: Replace multiple single line comments with multi-line comments.

This changeset updates various comments as per WordPress PHP Inline Documentation Standards.
See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-inline-comments.

Follow-up to [56174], [56175], [56176], [56177], [56178], [56179], [56180], [56191].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

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

    r53699 r56192  
    2929    }
    3030
    31     // Note, the main site in a post-MU network uses wp-content/uploads.
    32     // This is handled in wp_upload_dir() by ignoring UPLOADS for this case.
     31    /*
     32     * Note, the main site in a post-MU network uses wp-content/uploads.
     33     * This is handled in wp_upload_dir() by ignoring UPLOADS for this case.
     34     */
    3335    if ( ! defined( 'UPLOADS' ) ) {
    3436        $site_id = get_current_blog_id();
Note: See TracChangeset for help on using the changeset viewer.