mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Fixed: CodeFactor issues
This commit is contained in:
parent
66bc169e38
commit
22ded195ad
1 changed files with 9 additions and 9 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue