Changeset 62040
- Timestamp:
- 03/17/2026 07:47:14 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r61616 r62040 2565 2565 2566 2566 $classic_elements = wp_html_split( $classic_output ); 2567 $hidden_inputs = ''; 2567 2568 2568 foreach ( $classic_elements as $element ) { 2569 2569 if ( ! str_starts_with( $element, '<input ' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.