Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/02/2011 11:08:51 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Contextual help fixes. Fixes #1657. Props duck_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-forums.php

    r3505 r3583  
    9898
    9999        // Define local variable(s)
    100         $contextual_help = array();
     100        $contextual_help      = '';
     101        $bbp_contextual_help = array();
    101102
    102103        /** New/Edit **********************************************************/
     
    132133
    133134        // Reset
    134         $contextual_help = $bbp_contextual_help = '';
     135        $contextual_help     = '';
     136        $bbp_contextual_help = array();
    135137
    136138        /** Post Rows *********************************************************/
Note: See TracChangeset for help on using the changeset viewer.