Changeset 55703 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/02/2023 03:43:03 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r55673 r55703 2439 2439 $hidden_inputs = ''; 2440 2440 foreach ( $classic_elements as $element ) { 2441 if ( 0 !== strpos( $element, '<input ' ) ) {2441 if ( ! str_starts_with( $element, '<input ' ) ) { 2442 2442 continue; 2443 2443 }
Note: See TracChangeset
for help on using the changeset viewer.