Completed
Pull Request — master (#2535)
by
unknown
50s
created
formidable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 	GNU General Public License for more details.
25 25
 */
26 26
 
27
-if ( ! defined('ABSPATH') ) {
27
+if ( ! defined( 'ABSPATH' ) ) {
28 28
 	die( 'You are not allowed to call this page directly.' );
29 29
 }
30 30
 
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
 
167 167
 register_deactivation_hook(
168 168
 	__FILE__,
169
-	function () {
169
+	function() {
170 170
 		if ( ! class_exists( 'FrmCronController', false ) ) {
171 171
 			require_once __DIR__ . '/classes/controllers/FrmCronController.php';
172 172
 		}
Please login to merge, or discard this patch.