Changeset 6197 for trunk/src/includes/admin/replies.php
- Timestamp:
- 12/29/2016 04:25:54 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/replies.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.php
r6190 r6197 341 341 */ 342 342 public function attributes_metabox() { 343 344 343 add_meta_box( 345 344 'bbp_reply_attributes', … … 350 349 'high' 351 350 ); 352 353 do_action( 'bbp_reply_attributes_metabox' );354 351 } 355 352 … … 366 363 * @uses bbp_get_reply_post_type() To get the reply post type 367 364 * @uses add_meta_box() To add the metabox 368 * @uses do_action() Calls 'bbp_author_metabox' with the topic/reply369 * id370 365 */ 371 366 public function author_metabox() { … … 385 380 'high' 386 381 ); 387 388 do_action( 'bbp_author_metabox', get_the_ID() );389 382 } 390 383
Note: See TracChangeset
for help on using the changeset viewer.