From 7bc792bb7308e11bd2ac216fa2aa33f25464bfa5 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 3 Feb 2023 02:14:19 +0000 Subject: [PATCH] Fix couple of typos in inline docs. Props: ironprogrammer. See #57575. Built from https://develop.svn.wordpress.org/trunk@55206 git-svn-id: http://core.svn.wordpress.org/trunk@54739 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/html-api/class-wp-html-tag-processor.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/html-api/class-wp-html-tag-processor.php b/wp-includes/html-api/class-wp-html-tag-processor.php index bbc98ba721..bbe2b76065 100644 --- a/wp-includes/html-api/class-wp-html-tag-processor.php +++ b/wp-includes/html-api/class-wp-html-tag-processor.php @@ -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. . @@ -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. . diff --git a/wp-includes/version.php b/wp-includes/version.php index 19341fc374..7ea53c6f6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55205'; +$wp_version = '6.2-alpha-55206'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.