mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Various formatting improvements to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48574 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -122,12 +122,12 @@ abstract class WP_Image_Editor {
|
||||
* @since 3.5.0
|
||||
* @abstract
|
||||
*
|
||||
* @param int $src_x The start x position to crop from.
|
||||
* @param int $src_y The start y position to crop from.
|
||||
* @param int $src_w The width to crop.
|
||||
* @param int $src_h The height to crop.
|
||||
* @param int $dst_w Optional. The destination width.
|
||||
* @param int $dst_h Optional. The destination height.
|
||||
* @param int $src_x The start x position to crop from.
|
||||
* @param int $src_y The start y position to crop from.
|
||||
* @param int $src_w The width to crop.
|
||||
* @param int $src_h The height to crop.
|
||||
* @param int $dst_w Optional. The destination width.
|
||||
* @param int $dst_h Optional. The destination height.
|
||||
* @param bool $src_abs Optional. If the source crop points are absolute.
|
||||
* @return bool|WP_Error
|
||||
*/
|
||||
@@ -231,7 +231,7 @@ abstract class WP_Image_Editor {
|
||||
* Applies only during initial editor instantiation, or when set_quality() is run
|
||||
* manually without the `$quality` argument.
|
||||
*
|
||||
* set_quality() has priority over the filter.
|
||||
* The WP_Image_Editor::set_quality() method has priority over the filter.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
@@ -247,7 +247,7 @@ abstract class WP_Image_Editor {
|
||||
* Applies only during initial editor instantiation, or when set_quality() is run
|
||||
* manually without the `$quality` argument.
|
||||
*
|
||||
* set_quality() has priority over the filter.
|
||||
* The WP_Image_Editor::set_quality() method has priority over the filter.
|
||||
*
|
||||
* The filter is evaluated under two contexts: 'image_resize', and 'edit_image',
|
||||
* (when a JPEG image is saved to file).
|
||||
|
||||
Reference in New Issue
Block a user