@@ -1,16 +1,16 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Handles hooking CMB2 forms/metaboxes into the post/attachement/user screens |
|
| 4 | - * and handles hooking in and saving those fields. |
|
| 5 | - * |
|
| 6 | - * @since 2.0.0 |
|
| 7 | - * |
|
| 8 | - * @category WordPress_Plugin |
|
| 9 | - * @package CMB2 |
|
| 10 | - * @author WebDevStudios |
|
| 11 | - * @license GPL-2.0+ |
|
| 12 | - * @link http://webdevstudios.com |
|
| 13 | - */ |
|
| 3 | + * Handles hooking CMB2 forms/metaboxes into the post/attachement/user screens |
|
| 4 | + * and handles hooking in and saving those fields. |
|
| 5 | + * |
|
| 6 | + * @since 2.0.0 |
|
| 7 | + * |
|
| 8 | + * @category WordPress_Plugin |
|
| 9 | + * @package CMB2 |
|
| 10 | + * @author WebDevStudios |
|
| 11 | + * @license GPL-2.0+ |
|
| 12 | + * @link http://webdevstudios.com |
|
| 13 | + */ |
|
| 14 | 14 | class CMB2_hookup { |
| 15 | 15 | |
| 16 | 16 | /** |