Make WordPress Core


Ignore:
Timestamp:
07/09/2023 09:23:34 PM (20 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale.php

    r55351 r56178  
    220220        $this->meridiem['PM'] = __( 'PM' );
    221221
    222         // Numbers formatting.
    223         // See https://www.php.net/number_format
     222        /*
     223         * Numbers formatting.
     224         * See https://www.php.net/number_format
     225         */
    224226
    225227        /* translators: $thousands_sep argument for https://www.php.net/number_format, default is ',' */
Note: See TracChangeset for help on using the changeset viewer.