Make WordPress Core


Ignore:
Timestamp:
07/10/2023 10:58:33 PM (19 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], [56192].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-header-image-setting.php

    r53411 r56193  
    4646        }
    4747
    48         // If the value doesn't exist (removed or random),
    49         // use the header_image value.
     48        /*
     49         * If the value doesn't exist (removed or random),
     50         * use the header_image value.
     51         */
    5052        if ( ! $value ) {
    5153            $value = $this->manager->get_setting( 'header_image' )->post_value();
Note: See TracChangeset for help on using the changeset viewer.