Changeset 37488 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 05/22/2016 06:00:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r37342 r37488 244 244 245 245 /** 246 * Filter the WP_Image_Editor instance for the image to be streamed to the browser.246 * Filters the WP_Image_Editor instance for the image to be streamed to the browser. 247 247 * 248 248 * @since 3.5.0 … … 261 261 262 262 /** 263 * Filter the GD image resource to be streamed to the browser.263 * Filters the GD image resource to be streamed to the browser. 264 264 * 265 265 * @since 2.9.0 … … 303 303 304 304 /** 305 * Filter whether to skip saving the image file.305 * Filters whether to skip saving the image file. 306 306 * 307 307 * Returning a non-null value will short-circuit the save method, … … 329 329 330 330 /** 331 * Filter whether to skip saving the image file.331 * Filters whether to skip saving the image file. 332 332 * 333 333 * Returning a non-null value will short-circuit the save method, … … 516 516 517 517 /** 518 * Filter the WP_Image_Editor instance before applying changes to the image.518 * Filters the WP_Image_Editor instance before applying changes to the image. 519 519 * 520 520 * @since 3.5.0 … … 527 527 528 528 /** 529 * Filter the GD image resource before applying changes to the image.529 * Filters the GD image resource before applying changes to the image. 530 530 * 531 531 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.