mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
d3e1c2580d
commit
a8efd7d94b
23 changed files with 755 additions and 789 deletions
|
@ -4,7 +4,7 @@ class MainWP_Debug {
|
|||
/**
|
||||
* @param $mainwpChild MainWP_Child
|
||||
*/
|
||||
public static function process( &$mainwpChild) {
|
||||
public static function process( &$mainwpChild ) {
|
||||
if ( ! isset( $_GET['mainwpdebug'] ) || ! defined( 'MAINWP_DEBUG' ) || ( MAINWP_DEBUG !== true ) ) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue