Skip to content

Commit 60b6bb2

Browse files
Copilotswissspidy
andcommitted
Update docblock examples to reflect new cleanup output messages
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 41c4830 commit 60b6bb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Core_Command.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ private static function get_core_checksums( $version, $locale, $insecure ) {
11231123
* Downloading update from https://downloads.wordpress.org/release/wordpress-4.5.2-no-content.zip...
11241124
* Unpacking the update...
11251125
* Cleaning up files...
1126-
* No files found that need cleaning up
1126+
* No old files were removed.
11271127
* Success: WordPress updated successfully.
11281128
*
11291129
* # Update WordPress using zip file.
@@ -1138,6 +1138,8 @@ private static function get_core_checksums( $version, $locale, $insecure ) {
11381138
* Downloading update from https://wordpress.org/wordpress-3.1.zip...
11391139
* Unpacking the update...
11401140
* Cleaning up files...
1141+
* No old files were removed.
1142+
* Warning: Could not retrieve WordPress core checksums; skipping checksum-based cleanup. Files listed in $_old_files were still cleaned up.
11411143
* Success: WordPress updated successfully.
11421144
*
11431145
* @alias upgrade

0 commit comments

Comments
 (0)