Changeset 10699
- Timestamp:
- 02/17/2021 11:05:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli-commands.php
r10698 r10699 268 268 $tmp_dirs = glob( WP_CLI\Utils\get_temp_dir() . 'devhub_*' ); 269 269 270 if ( count( $tmp_dirs ) > 1 ) { 271 WP_CLI::log( "Multiple temporary directories were detected. This can be the case if earlier parsings were aborted or cancelled without completing." ); 272 } 273 270 274 foreach ( $tmp_dirs as $tmp_dir ) { 271 275 //WP_CLI::log( "Deleting temporary directory $tmp_dir...");
Note: See TracChangeset
for help on using the changeset viewer.