Make WordPress Core


Ignore:
Timestamp:
07/10/2023 11:17:05 PM (19 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], [56178], [56179], [56180], [56191], [56192], [56193], [56194].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

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

    r54896 r56195  
    7070        $object_subtypes = $this->get_object_subtypes();
    7171
    72         // If there are no object subtypes, include a single sitemap for the
    73         // entire object type.
     72        /*
     73         * If there are no object subtypes, include a single sitemap for the
     74         * entire object type.
     75         */
    7476        if ( empty( $object_subtypes ) ) {
    7577            $sitemap_data[] = array(
Note: See TracChangeset for help on using the changeset viewer.