Skip to content

Commit e395a59

Browse files
committed
Post: Remove unused variable $hidden_inputs
1 parent e753781 commit e395a59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wp-admin/includes/post.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,6 @@ 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 = '';
25682567
foreach ( $classic_elements as $element ) {
25692568
if ( ! str_starts_with( $element, '<input ' ) ) {
25702569
continue;

0 commit comments

Comments
 (0)