Title: [Plugin: bbPress] Contextual help variables
Last modified: August 20, 2016

---

# [Plugin: bbPress] Contextual help variables

 *  Resolved [Constantin Boiangiu](https://wordpress.org/support/users/constantinboiangiu/)
 * (@constantinboiangiu)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-bbpress-contextual-help-variables/)
 * Contextual help function in files
    bbp-admin/bbp-forums.php, bbp-admin/bbp-replies.
   php and bbp-admin/bbp-topics.php
 * seem to have variable types declared wrong.
 * Variable $contextual_help is declared as array ( in function setup_help() in 
   all 3 files ) and all paragraphs are put into $bbp_contextual_help variable. 
   When iterating $bbp_contextual_help to create the content, paragraphs are added
   to $contextual_help by string concatenation but the variable is declared as array
   and this issues a notice ( Array to string conversion ). Not a big deal but it’s
   annoying when working with debug on.
 * Also, there’s a WP warning on add_contextual_help as being deprecated.
 * [http://wordpress.org/extend/plugins/bbpress/](http://wordpress.org/extend/plugins/bbpress/)

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

 *  Plugin Author [John James Jacoby](https://wordpress.org/support/users/johnjamesjacoby/)
 * (@johnjamesjacoby)
 * [14 years ago](https://wordpress.org/support/topic/plugin-bbpress-contextual-help-variables/#post-2712104)
 * This is fixed in the 2.1 version of bbPress, which should ship at the same time
   as WordPress 3.4.
 *  Thread Starter [Constantin Boiangiu](https://wordpress.org/support/users/constantinboiangiu/)
 * (@constantinboiangiu)
 * [14 years ago](https://wordpress.org/support/topic/plugin-bbpress-contextual-help-variables/#post-2712105)
 * Good to hear that, thank you.

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

The topic ‘[Plugin: bbPress] Contextual help variables’ is closed to new replies.

 * ![](https://ps.w.org/bbpress/assets/icon.svg?rev=978290)
 * [bbPress](https://wordpress.org/plugins/bbpress/)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Constantin Boiangiu](https://wordpress.org/support/users/constantinboiangiu/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-bbpress-contextual-help-variables/#post-2712105)
 * Status: resolved