Changeset 30203 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 11/03/2014 07:08:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r30202 r30203 571 571 add_action( 'media_buttons', 'media_buttons' ); 572 572 573 /** 574 * 575 * @global int $post_ID 576 * @param string $type 577 * @param int $post_id 578 * @param string $tab 579 * @return string 580 */ 573 581 function get_upload_iframe_src( $type = null, $post_id = null, $tab = null ) { 574 582 global $post_ID; … … 718 726 * @since 2.5.0 719 727 * 720 * @return mixed728 * @return null|string 721 729 */ 722 730 function wp_media_upload_handler() { … … 1092 1100 * @since 2.5.0 1093 1101 * 1094 * @param WP_Post $post The WP_Post attachment object.1095 * @param array 1102 * @param array $post The WP_Post attachment object converted to an array. 1103 * @param array $attachment An array of attachment metadata. 1096 1104 * @return array Filtered attachment post object. 1097 1105 */ … … 1118 1126 * @param integer $attachment_id 1119 1127 * @param array $attachment 1120 * @return array1128 * @return string 1121 1129 */ 1122 1130 function image_media_send_to_editor($html, $attachment_id, $attachment) { … … 1142 1150 * @since 2.5.0 1143 1151 * 1144 * @param object $post1152 * @param WP_Post $post 1145 1153 * @param array $errors 1146 1154 * @return array
Note: See TracChangeset
for help on using the changeset viewer.