Completed
Push — develop ( 2f2ee7...c0a108 )
by Gennady
15:45
created
includes/widgets/search-widget/templates/widget.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 		/**
29 29
 		 * @action `gravityview_search_widget_field_before` Before each search input is rendered (other than the submit button)
30 30
 		 * @param \GV\Widget $widget The widget.
31
-         * @param array $search_field
31
+		 * @param array $search_field
32 32
 		 * @param \GV\Template_Context $gravityview The context.
33 33
 		 */
34 34
 		do_action( 'gravityview_search_widget_field_before', $widget, $search_field, $gravityview );
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 		/**
46 46
 		 * @action `gravityview_search_widget_field_after` After each search input is rendered (other than the submit button)
47 47
 		 * @param \GV\Widget $widget The widget.
48
-         * @param array $search_field
48
+		 * @param array $search_field
49 49
 		 * @param \GV\Template_Context $gravityview The context.
50 50
 		 */
51 51
 		do_action( 'gravityview_search_widget_field_after', $widget, $search_field, $gravityview );
@@ -64,6 +64,6 @@  discard block
 block discarded – undo
64 64
 		if ( gravityview()->request->is_search() ) {
65 65
 			echo sprintf( '<div class="gv-search-box gv-search-results">%s</div>', sprintf( __( 'Matches found: %d', 'gravityview' ), $gravityview->entries->total() ) );
66 66
 		}
67
-    }
67
+	}
68 68
 ?>
69 69
 </form>
Please login to merge, or discard this patch.