Skip to content

Commit 77bb46d

Browse files
Merge branch 'trunk' into fix/notification-filter-default
2 parents e74d3cf + c0725b9 commit 77bb46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ function the_block_editor_meta_box_post_form_hidden_fields( $post ) {
25642564
$classic_output = ob_get_clean();
25652565

25662566
$classic_elements = wp_html_split( $classic_output );
2567-
$hidden_inputs = '';
2567+
25682568
foreach ( $classic_elements as $element ) {
25692569
if ( ! str_starts_with( $element, '<input ' ) ) {
25702570
continue;

0 commit comments

Comments
 (0)