mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-01 03:58:07 +08:00
Merge pull request #131 from mainwp/bogdan01-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
ebda5deb4c
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -658,7 +658,7 @@ class MainWP_Child {
|
|||
session_start();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
self::render_header( $shownPage, false );
|
||||
?>
|
||||
<?php if ( ! $hide_settings ) { ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue