Make WordPress Core


Ignore:
Timestamp:
12/20/2023 12:34:34 PM (2 years ago)
Author:
Bernhard Reiter
Message:

HTML API: Apply linting changes to @TODO comments.

Lowercase @TODO comments introduced by [57186], and remove spurious colons after them.

Props dmsnell, TobiasBg, mukesh27, sergeybiryukov, jonsurrell.
Fixes #60060.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-active-formatting-elements.php

    r56363 r57209  
    106106         * > (the order of the attributes does not matter).
    107107         *
    108          * @TODO: Implement the "Noah's Ark clause" to only add up to three of any given kind of formatting elements to the stack.
     108         * @todo Implement the "Noah's Ark clause" to only add up to three of any given kind of formatting elements to the stack.
    109109         */
    110110        // > Add element to the list of active formatting elements.
Note: See TracChangeset for help on using the changeset viewer.