Changeset 27869 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 03/31/2014 05:15:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r27866 r27869 244 244 } 245 245 246 foreach ( wp_get_ relevant_id3_keys( $post) as $key => $label ) {246 foreach ( wp_get_attachment_id3_keys( $post, 'edit' ) as $key => $label ) { 247 247 if ( isset( $post_data[ 'id3_' . $key ] ) ) { 248 248 $id3data[ $key ] = sanitize_text_field( wp_unslash( $post_data[ 'id3_' . $key ] ) );
Note: See TracChangeset
for help on using the changeset viewer.