Make WordPress Core

Changeset 55206


Ignore:
Timestamp:
02/03/2023 02:12:36 AM (2 years ago)
Author:
azaozz
Message:

Fix couple of typos in inline docs.

Props: ironprogrammer.
See #57575.

File:
1 edited

Legend:

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

    r55203 r55206  
    559559     *     @type string|null $tag_name     Which tag to find, or `null` for "any tag."
    560560     *     @type int|null    $match_offset Find the Nth tag matching all search criteria.
    561      *                                     0 for "first" tag, 2 for "third," etc.
     561     *                                     1 for "first" tag, 3 for "third," etc.
    562562     *                                     Defaults to first tag.
    563563     *     @type string|null $class_name   Tag must contain this whole class name to match.
     
    20982098     *     @type string|null $tag_name     Which tag to find, or `null` for "any tag."
    20992099     *     @type int|null    $match_offset Find the Nth tag matching all search criteria.
    2100      *                                     0 for "first" tag, 2 for "third," etc.
     2100     *                                     1 for "first" tag, 3 for "third," etc.
    21012101     *                                     Defaults to first tag.
    21022102     *     @type string|null $class_name   Tag must contain this class name to match.
Note: See TracChangeset for help on using the changeset viewer.