Changeset 22929 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/29/2012 11:52:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r22869 r22929 1900 1900 wp_send_json_error(); 1901 1901 1902 // Handle the description field automatically, if a plugin adds it back. 1903 if ( isset( $attachment_data['post_content'] ) ) 1904 $post['post_content'] = $attachment_data['post_content']; 1905 1902 1906 $post = apply_filters( 'attachment_fields_to_save', $post, $attachment_data ); 1903 1907
Note: See TracChangeset
for help on using the changeset viewer.