Make WordPress Core


Ignore:
Timestamp:
07/10/2023 11:09:16 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], [56178], [56179], [56180], [56191], [56192], [56193].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-templates.php

    r55365 r56194  
    174174        }
    175175
    176         // Get the site wrapper.
    177         // The skip-link will be injected in the beginning of it.
     176        /*
     177         * Get the site wrapper.
     178         * The skip-link will be injected in the beginning of it.
     179         */
    178180        sibling = document.querySelector( '.wp-site-blocks' );
    179181
Note: See TracChangeset for help on using the changeset viewer.