mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
parent
b588a4cc16
commit
1ad59af2fb
2 changed files with 3 additions and 3 deletions
|
@ -374,7 +374,7 @@ class MainWP_Clone {
|
|||
$quick_dirs = array();
|
||||
$quick_dirs[] = array( __( 'Site Root', 'mainwp-child' ), ABSPATH );
|
||||
$quick_dirs[] = array( __( 'Backup', 'mainwp-child' ), $backup_dir );
|
||||
$uploads = wp_upload_dir();
|
||||
$uploads = wp_upload_dir();
|
||||
if ( $uploads && false === $uploads['error'] ) {
|
||||
$quick_dirs[] = array( __( 'Uploads Folder', 'mainwp-child' ), $uploads['path'] );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue