Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (11 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r25719 r25868  
    271271
    272272        $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 */
    273274        $post_data = apply_filters( 'attachment_fields_to_save', $post_data, $attachment_data );
    274275    }
Note: See TracChangeset for help on using the changeset viewer.