mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 09:20:28 +08:00
* Fixed: WordPress 5.3 compatibility problems
* Fixed: an issue with managing BackWPup backups * Updated: multiple error messages * Removed: unused code
This commit is contained in:
parent
912fb297e2
commit
4d0c30d883
6 changed files with 77 additions and 31 deletions
|
@ -887,9 +887,9 @@ class MainWP_Helper {
|
|||
|
||||
if ( empty( $wp_filesystem ) ) {
|
||||
ob_start();
|
||||
if ( file_exists( ABSPATH . '/wp-admin/includes/deprecated.php' ) ) {
|
||||
include_once( ABSPATH . '/wp-admin/includes/deprecated.php' );
|
||||
}
|
||||
// if ( file_exists( ABSPATH . '/wp-admin/includes/deprecated.php' ) ) {
|
||||
// include_once( ABSPATH . '/wp-admin/includes/deprecated.php' );
|
||||
// }
|
||||
if ( file_exists( ABSPATH . '/wp-admin/includes/screen.php' ) ) {
|
||||
include_once( ABSPATH . '/wp-admin/includes/screen.php' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue