File tree 3 files changed +4
-13
lines changed
3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 45
45
//->notPath('wp-includes/theme-compat/footer.php')
46
46
//->notPath('wp-includes/theme-compat/header.php')
47
47
//->notPath('wp-includes/theme-compat/sidebar.php')
48
- /*
49
- ->notPath('wp-includes/SimplePie')
50
- ->notPath('wp-includes/class-simplepie.php')
51
- ->notPath('wp-includes/class-wp-feed-cache.php')
52
- ->notPath('wp-includes/class-wp-simplepie-file.php')
53
- ->notPath('wp-includes/class-wp-simplepie-sanitize-kses.php')
54
- */
55
48
->sortByName ();
Original file line number Diff line number Diff line change 7
7
"ext-mbstring" : " *" ,
8
8
"ext-openssl" : " *" ,
9
9
"ext-sodium" : " *" ,
10
- "johnpbloch/wordpress" : " 6.7.1 "
10
+ "johnpbloch/wordpress" : " 6.7.2 "
11
11
},
12
12
"minimum-stability" : " stable" ,
13
13
"config" : {
Original file line number Diff line number Diff line change @@ -65957,18 +65957,16 @@ public function next_tag($query = \null) : bool
65957
65957
{
65958
65958
}
65959
65959
/**
65960
- * Ensures internal accounting is maintained for HTML semantic rules while
65961
- * the underlying Tag Processor class is seeking to a bookmark.
65960
+ * Finds the next token in the HTML document.
65962
65961
*
65963
65962
* This doesn't currently have a way to represent non-tags and doesn't process
65964
65963
* semantic rules for text nodes. For access to the raw tokens consider using
65965
65964
* WP_HTML_Tag_Processor instead.
65966
65965
*
65967
65966
* @since 6.5.0 Added for internal support; do not use.
65967
+ * @since 6.7.2 Refactored so subclasses may extend.
65968
65968
*
65969
- * @access private
65970
- *
65971
- * @return bool
65969
+ * @return bool Whether a token was parsed.
65972
65970
*/
65973
65971
public function next_token() : bool
65974
65972
{
You can’t perform that action at this time.
0 commit comments