@@ -1,46 +1,46 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @category WordPress_Plugin |
|
4 | - * @package CMB2 |
|
5 | - * @author WebDevStudios |
|
6 | - * @license GPL-2.0+ |
|
7 | - * @link http://webdevstudios.com |
|
8 | - * |
|
9 | - * Plugin Name: CMB2 |
|
10 | - * Plugin URI: https://github.com/WebDevStudios/CMB2 |
|
11 | - * Description: CMB2 will create metaboxes and forms with custom fields that will blow your mind. |
|
12 | - * Author: WebDevStudios |
|
13 | - * Author URI: http://webdevstudios.com |
|
14 | - * Contributors: WebDevStudios (@webdevstudios / webdevstudios.com) |
|
15 | - * Justin Sternberg (@jtsternberg / dsgnwrks.pro) |
|
16 | - * Jared Atchison (@jaredatch / jaredatchison.com) |
|
17 | - * Bill Erickson (@billerickson / billerickson.net) |
|
18 | - * Andrew Norcross (@norcross / andrewnorcross.com) |
|
19 | - * |
|
20 | - * Version: 2.1.2 |
|
21 | - * |
|
22 | - * Text Domain: cmb2 |
|
23 | - * Domain Path: languages |
|
24 | - * |
|
25 | - * |
|
26 | - * Released under the GPL license |
|
27 | - * http://www.opensource.org/licenses/gpl-license.php |
|
28 | - * |
|
29 | - * This is an add-on for WordPress |
|
30 | - * http://wordpress.org/ |
|
31 | - * |
|
32 | - * ********************************************************************** |
|
33 | - * This program is free software; you can redistribute it and/or modify |
|
34 | - * it under the terms of the GNU General Public License as published by |
|
35 | - * the Free Software Foundation; either version 2 of the License, or |
|
36 | - * (at your option) any later version. |
|
37 | - * |
|
38 | - * This program is distributed in the hope that it will be useful, |
|
39 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
40 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
41 | - * GNU General Public License for more details. |
|
42 | - * ********************************************************************** |
|
43 | - */ |
|
3 | + * @category WordPress_Plugin |
|
4 | + * @package CMB2 |
|
5 | + * @author WebDevStudios |
|
6 | + * @license GPL-2.0+ |
|
7 | + * @link http://webdevstudios.com |
|
8 | + * |
|
9 | + * Plugin Name: CMB2 |
|
10 | + * Plugin URI: https://github.com/WebDevStudios/CMB2 |
|
11 | + * Description: CMB2 will create metaboxes and forms with custom fields that will blow your mind. |
|
12 | + * Author: WebDevStudios |
|
13 | + * Author URI: http://webdevstudios.com |
|
14 | + * Contributors: WebDevStudios (@webdevstudios / webdevstudios.com) |
|
15 | + * Justin Sternberg (@jtsternberg / dsgnwrks.pro) |
|
16 | + * Jared Atchison (@jaredatch / jaredatchison.com) |
|
17 | + * Bill Erickson (@billerickson / billerickson.net) |
|
18 | + * Andrew Norcross (@norcross / andrewnorcross.com) |
|
19 | + * |
|
20 | + * Version: 2.1.2 |
|
21 | + * |
|
22 | + * Text Domain: cmb2 |
|
23 | + * Domain Path: languages |
|
24 | + * |
|
25 | + * |
|
26 | + * Released under the GPL license |
|
27 | + * http://www.opensource.org/licenses/gpl-license.php |
|
28 | + * |
|
29 | + * This is an add-on for WordPress |
|
30 | + * http://wordpress.org/ |
|
31 | + * |
|
32 | + * ********************************************************************** |
|
33 | + * This program is free software; you can redistribute it and/or modify |
|
34 | + * it under the terms of the GNU General Public License as published by |
|
35 | + * the Free Software Foundation; either version 2 of the License, or |
|
36 | + * (at your option) any later version. |
|
37 | + * |
|
38 | + * This program is distributed in the hope that it will be useful, |
|
39 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
40 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
41 | + * GNU General Public License for more details. |
|
42 | + * ********************************************************************** |
|
43 | + */ |
|
44 | 44 | |
45 | 45 | /************************************************************************ |
46 | 46 | You should not edit the code below |