Completed
Pull Request — master (#900)
by
unknown
18:08
created
public/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 *	
12 12
 *	@since 6.0.0
13 13
 */
14
-function yksemeProcessSnippet( $submit_text, $list=false ) {
14
+function yksemeProcessSnippet( $submit_text, $list = false ) {
15 15
 	$submit_text = ( isset( $submit_text ) ) ? 'submit="' . $submit_text . '"' : '';
16 16
 	return do_shortcode( '[yikes-mailchimp form="' . $list . '" ' . $submit_text . ']' );
17 17
 }
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 *	@since 6.0.3.4
22 22
 */
23 23
 function yikes_get_form_data( $form_id ) {
24
-	if( ! $form_id ) {
24
+	if ( ! $form_id ) {
25 25
 		return __( 'Whoops, you forgot to specify a form ID.', 'yikes-inc-easy-mailchimp-extender' );
26 26
 	}
27 27
 	return Yikes_Inc_Easy_Mailchimp_Extender_Public::yikes_retrieve_form_settings( $form_id );
Please login to merge, or discard this patch.