Completed
Pull Request — trunk (#578)
by Juliette
12:33
created
includes/CMB2_Show_Filters.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Show On Filters
4
- * Use the 'cmb2_show_on' filter to further refine the conditions
5
- * under which a metabox is displayed.
6
- * Below you can limit it by ID and page template
7
- *
8
- * All methods in this class are automatically filtered
9
- *
10
- * @since  1.0.0
11
- *
12
- * @category  WordPress_Plugin
13
- * @package   CMB2
14
- * @author    WebDevStudios
15
- * @license   GPL-2.0+
16
- * @link      http://webdevstudios.com
17
- */
3
+	 * Show On Filters
4
+	 * Use the 'cmb2_show_on' filter to further refine the conditions
5
+	 * under which a metabox is displayed.
6
+	 * Below you can limit it by ID and page template
7
+	 *
8
+	 * All methods in this class are automatically filtered
9
+	 *
10
+	 * @since  1.0.0
11
+	 *
12
+	 * @category  WordPress_Plugin
13
+	 * @package   CMB2
14
+	 * @author    WebDevStudios
15
+	 * @license   GPL-2.0+
16
+	 * @link      http://webdevstudios.com
17
+	 */
18 18
 class CMB2_Show_Filters {
19 19
 
20 20
 	/**
Please login to merge, or discard this patch.