Changeset 3583 for branches/plugin/bbp-admin/bbp-topics.php
- Timestamp:
- 11/02/2011 11:08:51 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-topics.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-topics.php
r3506 r3583 110 110 111 111 // Define local variable(s) 112 $contextual_help = array(); 112 $contextual_help = ''; 113 $bbp_contextual_help = array(); 113 114 114 115 /** New/Edit **********************************************************/ … … 136 137 137 138 // Reset 138 $contextual_help = $bbp_contextual_help = ''; 139 $contextual_help = ''; 140 $bbp_contextual_help = array(); 139 141 140 142 /** Post Rows *********************************************************/ … … 177 179 178 180 // Add help 179 add_contextual_help( bbp_get_topic_post_type(), $contextual_help );181 add_contextual_help( 'edit-' . bbp_get_topic_post_type(), $contextual_help ); 180 182 181 183 // Reset 182 $contextual_help = $bbp_contextual_help = ''; 184 $contextual_help = ''; 185 $bbp_contextual_help = array(); 183 186 184 187 /** Topic Tags **********************************************************/ … … 200 203 201 204 // Add help 202 global $bbp;203 205 add_contextual_help( 'edit-' . bbp_get_topic_tag_tax_id(), $contextual_help ); 204 206 }
Note: See TracChangeset
for help on using the changeset viewer.