Completed
Pull Request — master (#716)
by Zack
09:51 queued 04:52
created
includes/class-admin-views.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -673,12 +673,12 @@  discard block
 block discarded – undo
673 673
 				/**
674 674
 				 * @since 1.7.2
675 675
 				 */
676
-			    'other_entries' => array(
677
-				    'label'	=> __('Other Entries', 'gravityview'),
678
-				    'type'	=> 'other_entries',
679
-				    'desc'	=> __('Display other entries created by the entry creator.', 'gravityview'),
680
-			    ),
681
-	        );
676
+				'other_entries' => array(
677
+					'label'	=> __('Other Entries', 'gravityview'),
678
+					'type'	=> 'other_entries',
679
+					'desc'	=> __('Display other entries created by the entry creator.', 'gravityview'),
680
+				),
681
+			);
682 682
 
683 683
 			if( 'single' !== $zone) {
684 684
 
@@ -1013,15 +1013,15 @@  discard block
 block discarded – undo
1013 1013
 		GFForms::register_scripts();
1014 1014
 
1015 1015
 		$scripts = array(
1016
-		    'sack',
1017
-		    'gform_gravityforms',
1018
-		    'gform_forms',
1019
-		    'gform_form_admin',
1020
-		    'jquery-ui-autocomplete'
1016
+			'sack',
1017
+			'gform_gravityforms',
1018
+			'gform_forms',
1019
+			'gform_form_admin',
1020
+			'jquery-ui-autocomplete'
1021 1021
 		);
1022 1022
 
1023 1023
 		if ( wp_is_mobile() ) {
1024
-				    $scripts[] = 'jquery-touch-punch';
1024
+					$scripts[] = 'jquery-touch-punch';
1025 1025
 		}
1026 1026
 
1027 1027
 		foreach ($scripts as $script) {
Please login to merge, or discard this patch.