Merge pull request #131 from mainwp/bogdan01-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
Thang Hoang Van 2020-05-07 01:07:48 +07:00 committed by GitHub
commit ebda5deb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
namespace MainWP\Child;
class MainWP_Child_Back_Up_WordPress{
class MainWP_Child_Back_Up_WordPress {
public static $instance = null;
public $is_plugin_installed = false;

View file

@ -658,7 +658,7 @@ class MainWP_Child {
session_start();
}
}
self::render_header( $shownPage, false );
?>
<?php if ( ! $hide_settings ) { ?>