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-imagick.php

    r48121 r48574  
    510510     * @since 3.5.0
    511511     *
    512      * @param int  $src_x The start x position to crop from.
    513      * @param int  $src_y The start y position to crop from.
    514      * @param int  $src_w The width to crop.
    515      * @param int  $src_h The height to crop.
    516      * @param int  $dst_w Optional. The destination width.
    517      * @param int  $dst_h Optional. The destination height.
     512     * @param int  $src_x   The start x position to crop from.
     513     * @param int  $src_y   The start y position to crop from.
     514     * @param int  $src_w   The width to crop.
     515     * @param int  $src_h   The height to crop.
     516     * @param int  $dst_w   Optional. The destination width.
     517     * @param int  $dst_h   Optional. The destination height.
    518518     * @param bool $src_abs Optional. If the source crop points are absolute.
    519519     * @return bool|WP_Error
Note: See TracChangeset for help on using the changeset viewer.