Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update projects/packages/forms/src/blocks/contact-form/class-contact-…
…form-block.php

Co-authored-by: Manzoor Wani <manzoorwani.jk@gmail.com>
  • Loading branch information
2 people authored and CGastrell committed Nov 28, 2025
commit 71022448fd6cac327c66110893ad1031acbd69f1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static function render_submit_button( $content, $parsed_block ) {
return $content;
}

if ( ! class_exists( '\WP_HTML_Tag_Processor' ) ) {
if ( ! class_exists( \WP_HTML_Tag_Processor::class ) ) {
return $content;
}

Expand Down