Title: Small bug in functions.php / catchbox_comment_form_fields
Last modified: August 20, 2016

---

# Small bug in functions.php / catchbox_comment_form_fields

 *  Resolved [vjalby](https://wordpress.org/support/users/vjalby/)
 * (@vjalby)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/small-bug-in-functionsphp-catchbox_comment_form_fields/)
 * First, thanks for this very nice theme. Good work!
 * Next, I think there’s a small bug in functions.php (1.7.1). In function catchbox_comment_form_fields,
   you forgot to define $commenter, maybe with
    $commenter = wp_get_current_commenter();
 * In debug mode, I got the notice message:
 * Notice: Undefined variable: commenter in /Users/vincent/Sites/gdrmoa/wp-content/
   themes/catch-box/functions.php on line 879
 * But not a big deal for me (I don’t use comments !)
 * Vincent

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

 *  Theme Author [Catch Themes](https://wordpress.org/support/users/catchthemes/)
 * (@catchthemes)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-bug-in-functionsphp-catchbox_comment_form_fields/#post-3395970)
 * thanks Vincent, I will update in next version update
 *  [Ken Gagne](https://wordpress.org/support/users/kgagne/)
 * (@kgagne)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-bug-in-functionsphp-catchbox_comment_form_fields/#post-3395980)
 * Thanks for catching this issue! My users also encountered it, preventing them
   from leaving comments:
 *     ```
       PHP Notice:  Undefined variable: commenter in /wp-content/themes/catch-box/functions.php on line 879
   
       PHP Notice:  Undefined variable: commenter in /wp-content/themes/catch-box/functions.php on line 881
       ```
   
 * Oddly, it seems to happen only when [Jetpack](http://wordpress.org/extend/plugins/jetpack/)
   is enabled.
 * If an official fix isn’t coming soon, a temporary patch would be most welcome!
 * -Ken
 *  Theme Author [Catch Themes](https://wordpress.org/support/users/catchthemes/)
 * (@catchthemes)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-bug-in-functionsphp-catchbox_comment_form_fields/#post-3395981)
 * [@kgagne](https://wordpress.org/support/users/kgagne/): It’s not in our hand 
   to release the update. It have to be push live from WordPress Theme Review Team.
   But I think you can download through Trac: [http://wordpress.org/extend/themes/download/catch-box.1.7.2.2.zip](http://wordpress.org/extend/themes/download/catch-box.1.7.2.2.zip)

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

The topic ‘Small bug in functions.php / catchbox_comment_form_fields’ is closed 
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/catch-box/5.0.1/screenshot.png)
 * Catch Box
 * [Support Threads](https://wordpress.org/support/theme/catch-box/)
 * [Active Topics](https://wordpress.org/support/theme/catch-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/catch-box/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/catch-box/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Catch Themes](https://wordpress.org/support/users/catchthemes/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/small-bug-in-functionsphp-catchbox_comment_form_fields/#post-3395981)
 * Status: resolved