Make WordPress Core

Changeset 62040


Ignore:
Timestamp:
03/17/2026 07:47:14 PM (2 weeks ago)
Author:
SergeyBiryukov
Message:

Code Quality: Remove unused variable in wp-admin/includes/post.php.

Follow-up to [44241].

Props Soean, mukesh27.
Fixes #64871.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r61616 r62040  
    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 ' ) ) {
Note: See TracChangeset for help on using the changeset viewer.