Make WordPress Core


Ignore:
Timestamp:
07/09/2023 07:50:52 PM (17 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.

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-core-upgrader.php

    r55990 r56174  
    124124        $download = $this->download_package( $current->packages->$to_download, true );
    125125
    126         // Allow for signature soft-fail.
    127         // WARNING: This may be removed in the future.
     126        /*
     127         * Allow for signature soft-fail.
     128         * WARNING: This may be removed in the future.
     129         */
    128130        if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) {
    129131            // Output the failure error as a normal feedback, and not as an error:
Note: See TracChangeset for help on using the changeset viewer.