Make WordPress Core


Ignore:
Timestamp:
11/03/2014 07:08:16 AM (10 years ago)
Author:
wonderboymusic
Message:

Correct some types in wp-admin/*-location files' doc blocks.

See #30224.

File:
1 edited

Legend:

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

    r29259 r30203  
    77 */
    88
     9/**
     10 * @param int $post_id
     11 * @param bool|object $msg
     12 */
    913function wp_image_editor($post_id, $msg = false) {
    1014    $nonce = wp_create_nonce("image_editor-$post_id");
     
    555559}
    556560
     561/**
     562 * @param int $post_id
     563 * @return stdClass
     564 */
    557565function wp_restore_image($post_id) {
    558566    $meta = wp_get_attachment_metadata($post_id);
Note: See TracChangeset for help on using the changeset viewer.