Make WordPress Core


Ignore:
Timestamp:
07/10/2023 10:58:33 PM (3 years 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-themes-section.php

    r55276 r56193  
    185185         */
    186186        protected function filter_drawer_content_template() {
    187                 // @todo Use the .org API instead of the local core feature list.
    188                 // The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
     187                /*
     188                 * @todo Use the .org API instead of the local core feature list.
     189                 * The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
     190                 */
    189191                $feature_list = get_theme_feature_list( false );
    190192                ?>
Note: See TracChangeset for help on using the changeset viewer.