Make WordPress Core


Ignore:
Timestamp:
07/10/2023 10:36:06 PM (3 years 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/https-migration.php

    r50131 r56191  
    9898
    9999    if ( ! wp_is_using_https() ) {
    100         // If this did not result in the site recognizing HTTPS as being used,
    101         // revert the change and return false.
     100        /*
     101         * If this did not result in the site recognizing HTTPS as being used,
     102         * revert the change and return false.
     103         */
    102104        update_option( 'home', $orig_home );
    103105        update_option( 'siteurl', $orig_siteurl );
Note: See TracChangeset for help on using the changeset viewer.