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:
Scott Taylor 2015-06-19 21:52:44 +00:00
parent 53a3137e1a
commit 6ffc540366
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) ) {