Changeset 27866 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 03/30/2014 10:11:58 PM (12 years 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
r27864 r27866 246 246 foreach ( wp_get_relevant_id3_keys( $post ) as $key => $label ) { 247 247 if ( isset( $post_data[ 'id3_' . $key ] ) ) { 248 $id3data[ $key ] = sanitize_ post_field( wp_unslash( $post_data[ 'id3_' . $key ] ) );248 $id3data[ $key ] = sanitize_text_field( wp_unslash( $post_data[ 'id3_' . $key ] ) ); 249 249 } 250 250 }
Note: See TracChangeset
for help on using the changeset viewer.