Make WordPress Core


Ignore:
Timestamp:
09/25/2015 11:57:46 PM (11 years ago)
Author:
johnbillion
Message:

callback is not a valid type in PHP, PSR-5, or phpDocumentor. callable should be used instead.

Fixes #34032

File:
1 edited

Legend:

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

    r34348 r34566  
    910910 * @since 2.5.0
    911911 *
    912  * @global callback $_wp_filesystem_direct_method
     912 * @global callable $_wp_filesystem_direct_method
    913913 *
    914914 * @param array  $args                         Optional. Connection details. Default empty array.
Note: See TracChangeset for help on using the changeset viewer.