Changeset 32964 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 06/27/2015 01:02:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r32642 r32964 209 209 * @param string $mime_type 210 210 * @param int $post_id 211 * @return bool ean211 * @return bool 212 212 */ 213 213 function wp_stream_image( $image, $mime_type, $post_id ) { … … 265 265 * @param string $mime_type 266 266 * @param int $post_id 267 * @return bool ean267 * @return bool 268 268 */ 269 269 function wp_save_image_file( $filename, $image, $mime_type, $post_id ) { … … 553 553 * 554 554 * @param int $post_id 555 * @return bool ean555 * @return bool 556 556 */ 557 557 function stream_preview_image( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.