Make WordPress Core

Changeset 42756


Ignore:
Timestamp:
02/26/2018 06:37:02 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since entries for functions in wp-admin/image-edit.php.

See #42505.

File:
1 edited

Legend:

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

    r42404 r42756  
    99/**
    1010 * Loads the WP image-editing interface.
     11 *
     12 * @since 2.9.0
    1113 *
    1214 * @param int         $post_id Post ID.
     
    248250 * Streams image in WP_Image_Editor to browser.
    249251 *
     252 * @since 2.9.0
     253 *
    250254 * @param WP_Image_Editor $image         The image editor instance.
    251255 * @param string          $mime_type     The mime type of the image.
     
    302306
    303307/**
    304  * Saves Image to File
     308 * Saves image to file.
     309 *
     310 * @since 2.9.0
    305311 *
    306312 * @param string $filename
     
    606612 * in $_REQUEST['history']
    607613 *
     614 * @since 2.9.0
     615 *
    608616 * @param int $post_id
    609617 * @return bool
     
    733741 * Saves image to post along with enqueued changes
    734742 * in $_REQUEST['history']
     743 *
     744 * @since 2.9.0
    735745 *
    736746 * @param int $post_id
Note: See TracChangeset for help on using the changeset viewer.