@@ -1,21 +1,21 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file represents an example of the code that themes would use to register |
|
| 4 | - * the required plugins. |
|
| 5 | - * |
|
| 6 | - * It is expected that theme authors would copy and paste this code into their |
|
| 7 | - * functions.php file, and amend to suit. |
|
| 8 | - * |
|
| 9 | - * @see http://tgmpluginactivation.com/configuration/ for detailed documentation. |
|
| 10 | - * |
|
| 11 | - * @package TGM-Plugin-Activation |
|
| 12 | - * @subpackage Example |
|
| 13 | - * @version 2.6.0 |
|
| 14 | - * @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer |
|
| 15 | - * @copyright Copyright (c) 2011, Thomas Griffin |
|
| 16 | - * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later |
|
| 17 | - * @link https://github.com/TGMPA/TGM-Plugin-Activation |
|
| 18 | - */ |
|
| 3 | + * This file represents an example of the code that themes would use to register |
|
| 4 | + * the required plugins. |
|
| 5 | + * |
|
| 6 | + * It is expected that theme authors would copy and paste this code into their |
|
| 7 | + * functions.php file, and amend to suit. |
|
| 8 | + * |
|
| 9 | + * @see http://tgmpluginactivation.com/configuration/ for detailed documentation. |
|
| 10 | + * |
|
| 11 | + * @package TGM-Plugin-Activation |
|
| 12 | + * @subpackage Example |
|
| 13 | + * @version 2.6.0 |
|
| 14 | + * @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer |
|
| 15 | + * @copyright Copyright (c) 2011, Thomas Griffin |
|
| 16 | + * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later |
|
| 17 | + * @link https://github.com/TGMPA/TGM-Plugin-Activation |
|
| 18 | + */ |
|
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * Include the TGM_Plugin_Activation class. |