mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 ) ) {
|
||||
|
||||
Reference in New Issue
Block a user