Make WordPress Core

Changeset 32871


Ignore:
Timestamp:
06/19/2015 09:52:44 PM (9 years ago)
Author:
wonderboymusic
Message:

Add access modifier to WP_Upgrader::clear_destination()

See #32444.

File:
1 edited

Legend:

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

    r32854 r32871  
    305305     * @return bool|WP_Error true upon success, {@see WP_Error} on failure.
    306306     */
    307     function clear_destination( $remote_destination ) {
     307    public function clear_destination( $remote_destination ) {
    308308        global $wp_filesystem;
    309309
Note: See TracChangeset for help on using the changeset viewer.