File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
$ email_placeholder_attr = esc_attr__ ('Your email address ' , 'mailchimp-for-wp ' );
5
5
$ signup_button_value = esc_attr__ ('Sign up ' , 'mailchimp-for-wp ' );
6
6
7
- $ content = "<p> \n\t<label> {$ email_label }: \n" ;
8
- $ content .= "\t\t<input type= \"email \" name= \"EMAIL \" placeholder= \"{$ email_placeholder_attr }\" required / > \n</label> \n</p> \n\n" ;
9
- $ content .= "<p> \n\t<input type= \"submit \" value= \"{$ signup_button_value }\" / > \n</p> " ;
7
+ $ content = "<p> \n\t<label for= \" email \" > {$ email_label }: \n" ;
8
+ $ content .= "\t\t<input type= \"email \" id= \" email \" name= \"EMAIL \" placeholder= \"{$ email_placeholder_attr }\" required> \n</label> \n</p> \n\n" ;
9
+ $ content .= "<p> \n\t<input type= \"submit \" value= \"{$ signup_button_value }\"> \n</p> " ;
10
10
11
11
return $ content ;
You can’t perform that action at this time.
0 commit comments