Test Failed
Pull Request — master (#2038)
by
unknown
05:33
created
includes/admin/settings/class-settings-general.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -90,13 +90,13 @@  discard block
 block discarded – undo
90 90
 							'default' => '',
91 91
 							'type'    => 'text'
92 92
 						),
93
-                        array(
94
-                            'name'  => esc_html__( 'Access Control Docs Link', 'give' ),
95
-                            'id'    => 'access_control_docs_link',
96
-                            'url'   => esc_url( 'http://docs.givewp.com/settings-access-control' ),
97
-                            'title' => __( 'Access Control', 'give' ),
98
-                            'type'  => 'give_docs_link',
99
-                        ),
93
+						array(
94
+							'name'  => esc_html__( 'Access Control Docs Link', 'give' ),
95
+							'id'    => 'access_control_docs_link',
96
+							'url'   => esc_url( 'http://docs.givewp.com/settings-access-control' ),
97
+							'title' => __( 'Access Control', 'give' ),
98
+							'type'  => 'give_docs_link',
99
+						),
100 100
 						array(
101 101
 							'id'   => 'give_title_session_control_1',
102 102
 							'type' => 'sectionend'
@@ -162,13 +162,13 @@  discard block
 block discarded – undo
162 162
 							'default'         => 2,
163 163
 							'css'             => 'width:12em;',
164 164
 						),
165
-                        array(
166
-                            'name'  => esc_html__( 'Currency Options Docs Link', 'give' ),
167
-                            'id'    => 'currency_settings_docs_link',
168
-                            'url'   => esc_url( 'http://docs.givewp.com/settings-currency' ),
169
-                            'title' => __( 'Currency Settings', 'give' ),
170
-                            'type'  => 'give_docs_link',
171
-                        ),
165
+						array(
166
+							'name'  => esc_html__( 'Currency Options Docs Link', 'give' ),
167
+							'id'    => 'currency_settings_docs_link',
168
+							'url'   => esc_url( 'http://docs.givewp.com/settings-currency' ),
169
+							'title' => __( 'Currency Settings', 'give' ),
170
+							'type'  => 'give_docs_link',
171
+						),
172 172
 						array(
173 173
 							'type' => 'sectionend',
174 174
 							'id'   => 'give_title_general_settings_2'
@@ -236,11 +236,11 @@  discard block
 block discarded – undo
236 236
 							'options' => give_states_list()[ get_option( 'give_settings' )['base_country'] ],
237 237
 						),
238 238
 						array(
239
-						    'name'  => esc_html__( 'General Options Docs Link', 'give' ),
240
-						    'id'    => 'general_options_docs_link',
241
-						    'url'   => esc_url( 'http://docs.givewp.com/settings-general' ),
242
-						    'title' => __( 'General Options', 'give' ),
243
-						    'type'  => 'give_docs_link',
239
+							'name'  => esc_html__( 'General Options Docs Link', 'give' ),
240
+							'id'    => 'general_options_docs_link',
241
+							'url'   => esc_url( 'http://docs.givewp.com/settings-general' ),
242
+							'title' => __( 'General Options', 'give' ),
243
+							'type'  => 'give_docs_link',
244 244
 						),
245 245
 						array(
246 246
 							'type' => 'sectionend',
Please login to merge, or discard this patch.