Changeset 3583
- Timestamp:
- 11/02/2011 11:08:51 PM (14 years ago)
- Location:
- branches/plugin/bbp-admin
- Files:
-
- 3 edited
-
bbp-forums.php (modified) (2 diffs)
-
bbp-replies.php (modified) (2 diffs)
-
bbp-topics.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-forums.php
r3505 r3583 98 98 99 99 // Define local variable(s) 100 $contextual_help = array(); 100 $contextual_help = ''; 101 $bbp_contextual_help = array(); 101 102 102 103 /** New/Edit **********************************************************/ … … 132 133 133 134 // Reset 134 $contextual_help = $bbp_contextual_help = ''; 135 $contextual_help = ''; 136 $bbp_contextual_help = array(); 135 137 136 138 /** Post Rows *********************************************************/ -
branches/plugin/bbp-admin/bbp-replies.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 **********************************************************/ … … 135 136 136 137 // Reset 137 $contextual_help = $bbp_contextual_help = ''; 138 $contextual_help = ''; 139 $bbp_contextual_help = array(); 138 140 139 141 /** Post Rows *********************************************************/ -
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.