mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 12:42:35 +02:00
Docs: Clarify a comment in WP_Upgrader::run()
.
This matches the `WP_Upgrader::download_package()` documentation more closely. Follow-up to [11005], [30758], [33685]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
67f8702477
commit
efc83a98d9
@ -378,7 +378,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
|
||||
*
|
||||
* @param string $remote_destination The location on the remote filesystem to be cleared
|
||||
* @param string $remote_destination The location on the remote filesystem to be cleared.
|
||||
* @return bool|WP_Error True upon success, WP_Error on failure.
|
||||
*/
|
||||
public function clear_destination( $remote_destination ) {
|
||||
@ -563,7 +563,8 @@ class WP_Upgrader {
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param true|WP_Error $removed Whether the destination was cleared. true upon success, WP_Error on failure.
|
||||
* @param true|WP_Error $removed Whether the destination was cleared.
|
||||
* True upon success, WP_Error on failure.
|
||||
* @param string $local_destination The local package destination.
|
||||
* @param string $remote_destination The remote package destination.
|
||||
* @param array $hook_extra Extra arguments passed to hooked filters.
|
||||
@ -736,8 +737,8 @@ class WP_Upgrader {
|
||||
}
|
||||
|
||||
/*
|
||||
* Download the package (Note, This just returns the filename
|
||||
* of the file if the package is a local file)
|
||||
* Download the package. Note: If the package is the full path
|
||||
* to an existing local file, it will be returned untouched.
|
||||
*/
|
||||
$download = $this->download_package( $options['package'], true, $options['hook_extra'] );
|
||||
|
||||
@ -868,7 +869,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @global WP_Filesystem_Base $wp_filesystem Subclass
|
||||
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
|
||||
*
|
||||
* @param bool $enable True to enable maintenance mode, false to disable.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user