i get a parse error in functions.php everytime. i edited EXACTLY as the instructions stated. there are actually two parts in functions.php that has the exec_mail_queue();
one is functions exec_mail_queue() and then further down is exec_mail_queue(); (with an ; at the end)
i changed the one with the ; exactly as the instructions stated and got the parse error. i then tried every possible combination of changing/not changing the two instances of exec_mail_queue(); and got the parse error every time.
am i doing something wrong?
p.s. parse error was on line 944 everytime
|