Make WordPress Core


Ignore:
Timestamp:
03/24/2014 02:44:17 AM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/includes/file.php.

Fixes #27429.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r27554 r27672  
    49964996            'type' => $type
    49974997        );
     4998
     4999        /** This filter is documented in wp-admin/includes/file.php */
    49985000        return apply_filters( 'wp_handle_upload', $struct, 'upload' );
    49995001    }
Note: See TracChangeset for help on using the changeset viewer.