Make WordPress Core


Ignore:
Timestamp:
08/22/2017 11:11:23 AM (7 years ago)
Author:
johnbillion
Message:

Media: Rename several attachment related parameters from $post_id to $attachment_id for clarity, and improve related
documentation.

See #41017

File:
1 edited

Legend:

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

    r41162 r41288  
    653653     * @since 3.5.0
    654654     *
    655      * @param string $mime_type
    656      * @return true|WP_Error
     655     * @param string $mime_type The mime type of the image.
     656     * @return bool|WP_Error True on success, WP_Error object on failure.
    657657     */
    658658    public function stream( $mime_type = null ) {
Note: See TracChangeset for help on using the changeset viewer.