Title: Parse Error V.10.18.5
Last modified: August 24, 2016

---

# Parse Error V.10.18.5

 *  Resolved [kcsherwood](https://wordpress.org/support/users/kcsherwood/)
 * (@kcsherwood)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parse-error-v10185/)
 * I have deleted and re-installed the plugin but continue to get the following 
   error:
    Parse error: syntax error, unexpected ‘Band’ (T_STRING) in /home/nfmhsband/
   public_html/wp-content/themes/child/functions.php on line 12
 * I am unable to access the plugin settings menu. I have also deleted and replaced
   the functions.php file referenced in the error several times with no resolution.
   Unfortunately, I am 1 of 3 who work on this site and this error may be the result
   of someone attempting to make a change I was unaware of. Any help would be greatly
   appreciated.
 * Here are the contents of the PHP file in question: (10 lines only)
    <?php //Change
   Howdy Text add_filter(‘admin_bar_menu’,’change_howdy_text_toolbar’); function
   change_howdy_text_toolbar($wp_admin_bar) { $getgreetings = $wp_admin_bar->get_node(‘
   my-account’); $rpctitle = str_replace(‘Howdy’,’Welcome Red Knight ‘,$getgreetings-
   >title); $wp_admin_bar->add_node(array(“id”=>”my-account”,”title”=>$rpctitle));}?
   >
 * [https://wordpress.org/plugins/subscribe2/](https://wordpress.org/plugins/subscribe2/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parse-error-v10185/#post-6106870)
 * [@kcsherwood](https://wordpress.org/support/users/kcsherwood/)
 * The file specified in the error message above isn’t from the Subscribe2 plugin,
   it’s from a theme.
 * Try changing theme and see if it disappears.
 * Also, you will have a functions.php file in the main theme folder but also in
   the child folder – make sure you are looking at the correct one.
 *  Thread Starter [kcsherwood](https://wordpress.org/support/users/kcsherwood/)
 * (@kcsherwood)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parse-error-v10185/#post-6106936)
 * [@mattyrob](https://wordpress.org/support/users/mattyrob/)
 *  Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Parse Error V.10.18.5’ is closed to new replies.

 * ![](https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630)
 * [Subscribe2 - Form, Email Subscribers & Newsletters](https://wordpress.org/plugins/subscribe2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe2/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe2/reviews/)

## Tags

 * [parse-error](https://wordpress.org/support/topic-tag/parse-error/)

 * 2 replies
 * 2 participants
 * Last reply from: [kcsherwood](https://wordpress.org/support/users/kcsherwood/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/parse-error-v10185/#post-6106936)
 * Status: resolved