mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix couple of typos in inline docs.
Props: ironprogrammer. See #57575. git-svn-id: https://develop.svn.wordpress.org/trunk@55206 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b85f581714
commit
f0cbb9dde4
@ -558,7 +558,7 @@ class WP_HTML_Tag_Processor {
|
||||
*
|
||||
* @type string|null $tag_name Which tag to find, or `null` for "any tag."
|
||||
* @type int|null $match_offset Find the Nth tag matching all search criteria.
|
||||
* 0 for "first" tag, 2 for "third," etc.
|
||||
* 1 for "first" tag, 3 for "third," etc.
|
||||
* Defaults to first tag.
|
||||
* @type string|null $class_name Tag must contain this whole class name to match.
|
||||
* @type string|null $tag_closers "visit" or "skip": whether to stop on tag closers, e.g. </div>.
|
||||
@ -2097,7 +2097,7 @@ class WP_HTML_Tag_Processor {
|
||||
*
|
||||
* @type string|null $tag_name Which tag to find, or `null` for "any tag."
|
||||
* @type int|null $match_offset Find the Nth tag matching all search criteria.
|
||||
* 0 for "first" tag, 2 for "third," etc.
|
||||
* 1 for "first" tag, 3 for "third," etc.
|
||||
* Defaults to first tag.
|
||||
* @type string|null $class_name Tag must contain this class name to match.
|
||||
* @type string $tag_closers "visit" or "skip": whether to stop on tag closers, e.g. </div>.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user