Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor.php

    r48110 r48574  
    123123     * @abstract
    124124     *
    125      * @param int $src_x The start x position to crop from.
    126      * @param int $src_y The start y position to crop from.
    127      * @param int $src_w The width to crop.
    128      * @param int $src_h The height to crop.
    129      * @param int $dst_w Optional. The destination width.
    130      * @param int $dst_h Optional. The destination height.
     125     * @param int  $src_x  The start x position to crop from.
     126     * @param int  $src_y  The start y position to crop from.
     127     * @param int  $src_w  The width to crop.
     128     * @param int  $src_h  The height to crop.
     129     * @param int  $dst_w  Optional. The destination width.
     130     * @param int  $dst_h  Optional. The destination height.
    131131     * @param bool $src_abs Optional. If the source crop points are absolute.
    132132     * @return bool|WP_Error
     
    232232             * manually without the `$quality` argument.
    233233             *
    234              * set_quality() has priority over the filter.
     234             * The WP_Image_Editor::set_quality() method has priority over the filter.
    235235             *
    236236             * @since 3.5.0
     
    248248                 * manually without the `$quality` argument.
    249249                 *
    250                  * set_quality() has priority over the filter.
     250                 * The WP_Image_Editor::set_quality() method has priority over the filter.
    251251                 *
    252252                 * The filter is evaluated under two contexts: 'image_resize', and 'edit_image',
Note: See TracChangeset for help on using the changeset viewer.