Make WordPress Core


Ignore:
Timestamp:
07/09/2023 08:05:43 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.

Follow-up to [56174], [56175].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r55869 r56176  
    549549        'auto_update_core_dev'            => 'enabled',
    550550        'auto_update_core_minor'          => 'enabled',
    551         // Default to enabled for new installs.
    552         // See https://core.trac.wordpress.org/ticket/51742.
     551        /*
     552         * Default to enabled for new installs.
     553         * See https://core.trac.wordpress.org/ticket/51742.
     554         */
    553555        'auto_update_core_major'          => 'enabled',
    554556
Note: See TracChangeset for help on using the changeset viewer.