Make WordPress Core


Ignore:
Timestamp:
07/09/2023 07:54:42 PM (14 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r56171 r56175  
    851851    }
    852852
    853     // Allow relaxed file ownership writes for User-initiated upgrades when the API specifies
    854     // that it's safe to do so. This only happens when there are no new files to create.
     853    /*
     854     * Allow relaxed file ownership writes for User-initiated upgrades when the API specifies
     855     * that it's safe to do so. This only happens when there are no new files to create.
     856     */
    855857    $allow_relaxed_file_ownership = ! $reinstall && isset( $update->new_files ) && ! $update->new_files;
    856858
Note: See TracChangeset for help on using the changeset viewer.