Merge with brand01

* Added: proper attribution to plugin code used for Extensions
* Removed: unused code
This commit is contained in:
Thang Hoang Van 2019-02-19 23:52:21 +07:00
parent bd4d9d2432
commit 9a0f39f477
24 changed files with 257 additions and 199 deletions

View file

@ -1,5 +1,21 @@
<?php
/*
*
* Credits
*
* Plugin-Name: BackWPup
* Plugin URI: http://backwpup.com
* Author: Inpsyde GmbH
* Author URI: http://inpsyde.com
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0
*
* The code is used for the MainWP BackWPup Extension
* Extension URL: https://mainwp.com/extension/backwpup/
*
*/
if ( ! defined( 'MAINWP_BACKWPUP_DEVELOPMENT' ) ) {
define( 'MAINWP_BACKWPUP_DEVELOPMENT', false );
}