Make WordPress Core


Ignore:
Timestamp:
12/12/2015 03:36:36 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Fix some minor DocBlock alignment issues.

See #32246.

File:
1 edited

Legend:

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

    r35848 r35885  
    225225 * @return array On success, returns an associative array of file attributes. On failure, returns
    226226 *               $overrides['upload_error_handler'](&$file, $message ) or array( 'error'=>$message ).
    227 */
     227 */
    228228function _wp_handle_upload( &$file, $overrides, $time, $action ) {
    229229    // The default error handler.
Note: See TracChangeset for help on using the changeset viewer.