Changeset 28632 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 05/30/2014 05:37:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r28567 r28632 1029 1029 * @since 2.5.0 1030 1030 * 1031 * @param array $form_fields1032 * @param object $post {@internal $post not used}}1033 * @return array 1031 * @param array $form_fields An array of attachment form fields. 1032 * @param WP_Post $post The WP_Post attachment object. 1033 * @return array Filtered attachment form fields. 1034 1034 */ 1035 1035 function media_single_attachment_fields_to_edit( $form_fields, $post ) { … … 1043 1043 * @since 2.8.0 1044 1044 * 1045 * @param array $form_fields1046 * @param object $post {@internal $post not used}}1047 * @return array 1045 * @param array $form_fields An array of attachment form fields. 1046 * @param WP_Post $post The WP_Post attachment object. 1047 * @return array Filtered attachment form fields. 1048 1048 */ 1049 1049 function media_post_single_attachment_fields_to_edit( $form_fields, $post ) { … … 1061 1061 * @since 2.5.0 1062 1062 * 1063 * @param object $post1064 * @param array $attachment {@internal $attachment not used}}1065 * @return array 1063 * @param WP_Post $post The WP_Post attachment object. 1064 * @param array $attachment An array of attachment metadata. 1065 * @return array Filtered attachment post object. 1066 1066 */ 1067 1067 function image_attachment_fields_to_save( $post, $attachment ) {
Note: See TracChangeset
for help on using the changeset viewer.