Completed
Pull Request — trunk (#584)
by Juliette
41:46 queued 26:41
created
includes/CMB2_hookup.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.