Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r37342 r37488  
    244244
    245245        /**
    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.
    247247         *
    248248         * @since 3.5.0
     
    261261
    262262        /**
    263          * Filter the GD image resource to be streamed to the browser.
     263         * Filters the GD image resource to be streamed to the browser.
    264264         *
    265265         * @since 2.9.0
     
    303303
    304304        /**
    305          * Filter whether to skip saving the image file.
     305         * Filters whether to skip saving the image file.
    306306         *
    307307         * Returning a non-null value will short-circuit the save method,
     
    329329
    330330        /**
    331          * Filter whether to skip saving the image file.
     331         * Filters whether to skip saving the image file.
    332332         *
    333333         * Returning a non-null value will short-circuit the save method,
     
    516516
    517517        /**
    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.
    519519         *
    520520         * @since 3.5.0
     
    527527
    528528        /**
    529          * Filter the GD image resource before applying changes to the image.
     529         * Filters the GD image resource before applying changes to the image.
    530530         *
    531531         * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.