Make WordPress Core

Changeset 36847


Ignore:
Timestamp:
03/04/2016 05:36:10 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Improve DocBlock syntax and add a missing @return notation for WP_Image_Editor_Imagick::strip_meta(), introduced in [36700].

See: #33642, #30402, #28634. See #35986.

File:
1 edited

Legend:

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

    r36846 r36847  
    655655
    656656    /**
    657      * Strip all image meta except color profiles from an image.
    658      *
     657     * Strips all image meta except color profiles from an image.
     658     *
     659     * @since 4.5.0
    659660     * @access protected
    660      * @since 4.5.0
     661     *
     662     * @return true|WP_Error True if stripping metadata was successful. WP_Error object on error.
    661663     */
    662664    protected function strip_meta() {
Note: See TracChangeset for help on using the changeset viewer.