Right now if we try to make a theme with the slug of a theme that exists we error out and have to manually remove the directory.
PHP Warning: rename(/wordpress/wp-content/themes/genesis-sample-master,/wordpress/wp-content/themes/my-theme3): Directory not empty in /wordpress/wp-content/plugins/genesis-generator/inc/class-zipper.php on line 22
Warning: rename(/wordpress/wp-content/themes/genesis-sample-master,/wordpress/wp-content/themes/my-theme3): Directory not empty in /wordpress/wp-content/plugins/genesis-generator/inc/class-zipper.php on line 22
Error: Failed to rename temp directory
We want to prompt overwriting/removing of the directory first.
Right now if we try to make a theme with the slug of a theme that exists we error out and have to manually remove the directory.
We want to prompt overwriting/removing of the directory first.