Changeset 6272 for trunk/src/includes/admin/forums.php
- Timestamp:
- 02/02/2017 07:46:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6252 r6272 218 218 219 219 /** 220 * Add the forum attributes meta box220 * Add the forum attributes meta-box 221 221 * 222 222 * @since 2.0.0 bbPress (r2746) 223 223 * 224 224 * @uses bbp_get_forum_post_type() To get the forum post type 225 * @uses add_meta_box() To add the meta box225 * @uses add_meta_box() To add the meta-box 226 226 * @uses do_action() Calls 'bbp_forum_attributes_metabox' 227 227 */ … … 238 238 239 239 /** 240 * Add the forum moderators meta box240 * Add the forum moderators meta-box 241 241 * 242 242 * @since 2.6.0 bbPress 243 243 * 244 244 * @uses bbp_get_forum_post_type() To get the forum post type 245 * @uses add_meta_box() To add the meta box245 * @uses add_meta_box() To add the meta-box 246 246 * @uses do_action() Calls 'bbp_forum_attributes_metabox' 247 247 */ … … 265 265 266 266 /** 267 * Add the subscriptions meta box267 * Add the subscriptions meta-box 268 268 * 269 269 * Allows viewing of users who have subscribed to a forum. … … 271 271 * @since 2.6.0 bbPress (r6197) 272 272 * 273 * @uses add_meta_box() To add the meta box273 * @uses add_meta_box() To add the meta-box 274 274 */ 275 275 public function subscriptions_metabox() { … … 285 285 } 286 286 287 // Add the meta box287 // Add the meta-box 288 288 add_meta_box( 289 289 'bbp_forum_subscriptions_metabox', … … 297 297 298 298 /** 299 * Remove comments & discussion meta boxes if comments are not supported299 * Remove comments & discussion meta-boxes if comments are not supported 300 300 * 301 301 * @since 2.6.0 bbPress (r6186)
Note: See TracChangeset
for help on using the changeset viewer.