[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2020-03-26 14:05:04 +00:00
parent a7db171e8b
commit c0d6616242
34 changed files with 1155 additions and 1177 deletions

View file

@ -8,9 +8,9 @@
Text Domain: mainwp-child
Version: 4.0.7
*/
include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from wordpress
include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from WordPress
define( 'MAINWP_DEBUG', FALSE );
define( 'MAINWP_DEBUG', false );
if ( ! defined( 'MAINWP_CHILD_FILE' ) ) {
define( 'MAINWP_CHILD_FILE', __FILE__ );