Skip to content

Commit e2efee4

Browse files
committed
Make it public
1 parent ad8f8db commit e2efee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function ( WP_HTML_Token $token ): void {
432432
* @param string $html Input HTML fragment to process.
433433
* @return static|null The created processor if successful, otherwise null.
434434
*/
435-
private function spawn_fragment_parser( string $html ): ?self {
435+
public function spawn_fragment_parser( string $html ): ?self {
436436
if ( $this->get_token_type() !== '#tag' ) {
437437
return null;
438438
}

0 commit comments

Comments
 (0)