Add access modifier to WP_Upgrader::clear_destination()
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32871 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
53a3137e1a
commit
6ffc540366
@ -304,7 +304,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @return bool|WP_Error true upon success, {@see WP_Error} on failure.
|
||||
*/
|
||||
function clear_destination( $remote_destination ) {
|
||||
public function clear_destination( $remote_destination ) {
|
||||
global $wp_filesystem;
|
||||
|
||||
if ( ! $wp_filesystem->exists( $remote_destination ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user