Changeset 57239 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 01/03/2024 09:57:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r57093 r57239 453 453 $success = wp_update_post( $translated ); 454 454 455 // If the save failed, see if we can sanitycheck the main fields and try again.455 // If the save failed, see if we can confidence check the main fields and try again. 456 456 if ( ! $success && is_callable( array( $wpdb, 'strip_invalid_text_for_column' ) ) ) { 457 457 $fields = array( 'post_title', 'post_content', 'post_excerpt' );
Note: See TracChangeset
for help on using the changeset viewer.