Completed
Pull Request — trunk (#838)
by Andrew
06:40
created
includes/CMB2_Base.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -315,10 +315,10 @@
 block discarded – undo
315 315
 	 * which is callable. If so, it registers the callback, and if not,
316 316
 	 * converts the maybe-modified $val to a boolean for return.
317 317
 	 *
318
- 	 * The registered handlers will have a parameter name which matches the filter, except:
319
- 	 * - The 'cmb2_api' prefix will be removed
320
- 	 * - A '_cb' suffix will be added (to stay inline with other '*_cb' parameters).
321
- 	 *
318
+	 * The registered handlers will have a parameter name which matches the filter, except:
319
+	 * - The 'cmb2_api' prefix will be removed
320
+	 * - A '_cb' suffix will be added (to stay inline with other '*_cb' parameters).
321
+	 *
322 322
 	 * @since  2.2.3
323 323
 	 *
324 324
 	 * @param  string $hook_name     The hook name.
Please login to merge, or discard this patch.