Changeset 25868 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r25719 r25868 271 271 272 272 $attachment_data = isset( $post_data['attachments'][ $post_ID ] ) ? $post_data['attachments'][ $post_ID ] : array(); 273 /** This filter is documented in wp-admin/includes/media.php */ 273 274 $post_data = apply_filters( 'attachment_fields_to_save', $post_data, $attachment_data ); 274 275 }
Note: See TracChangeset
for help on using the changeset viewer.