Fixed: CodeFactor issues

This commit is contained in:
Bogdan Rapaić 2020-04-23 16:41:40 +02:00 committed by GitHub
parent 66bc169e38
commit 22ded195ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
<?php
/*
Plugin Name: MainWP Child
Plugin URI: https://mainwp.com/
Description: Provides a secure connection between your MainWP Dashboard and your WordPress sites. MainWP allows you to manage WP sites from one central location. Plugin documentation and options can be found here https://mainwp.com/help/
Author: MainWP
Author URI: https://mainwp.com
Text Domain: mainwp-child
Version: 4.0.7
/**
* Plugin Name: MainWP Child
* Plugin URI: https://mainwp.com/
* Description: Provides a secure connection between your MainWP Dashboard and your WordPress sites. MainWP allows you to manage WP sites from one central location. Plugin documentation and options can be found here https://mainwp.com/help/
* Author: MainWP
* Author URI: https://mainwp.com
* Text Domain: mainwp-child
* Version: 4.0.7
*/
require_once ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php'; // Version information from WordPress
require_once ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php'; // Version information from WordPress.
define( 'MAINWP_DEBUG', false );