Make WordPress Core


Ignore:
Timestamp:
11/07/2023 12:12:24 AM (17 months ago)
Author:
SergeyBiryukov
Message:

Docs: Use proper case for @todo tags.

The correct tag is @todo, not @TODO or @todo: (note the trailing colon).

Reference: PHP Documentation Standards: PHPDoc tags.

Follow-up to [55203], [56274], [56565], [56698].

Props jrf.
See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r56953 r57077  
    20322032         * @see https://html.spec.whatwg.org/#attributes-2
    20332033         *
    2034          * @TODO as the only regex pattern maybe we should take it out? are
    2035          *       Unicode patterns available broadly in Core?
     2034         * @todo As the only regex pattern maybe we should take it out?
     2035         *       Are Unicode patterns available broadly in Core?
    20362036         */
    20372037        if ( preg_match(
Note: See TracChangeset for help on using the changeset viewer.