Make WordPress Core


Ignore:
Timestamp:
09/25/2015 11:57:46 PM (9 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/class-wp-upgrader.php

    r34543 r34566  
    21482148     *
    21492149     * @global WP_Filesystem_Base $wp_filesystem Subclass
    2150      * @global callback           $_wp_filesystem_direct_method
     2150     * @global callable           $_wp_filesystem_direct_method
    21512151     *
    21522152     * @param object $current Response object for whether WordPress is current.
Note: See TracChangeset for help on using the changeset viewer.