Skip to content

Commit c0725b9

Browse files
Code Quality: Remove unused variable in wp-admin/includes/post.php.
Follow-up to [44241]. Props Soean, mukesh27. Fixes #64871. git-svn-id: https://develop.svn.wordpress.org/trunk@62040 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 42652a8 commit c0725b9

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)