Skip to content

Commit

Permalink
Make is_virtual private.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jun 19, 2024
1 parent a6433d6 commit cccc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public function is_tag_closer() {
*
* @return bool Whether the current token is virtual.
*/
public function is_virtual() {
private function is_virtual() {
return (
isset( $this->current_element->provenance ) &&
'virtual' === $this->current_element->provenance
Expand Down

0 comments on commit cccc032

Please sign in to comment.