Changeset 6272 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 02/02/2017 07:46:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r6271 r6272 282 282 283 283 /** 284 * Forum meta box285 * 286 * The meta box that holds all of the additional forum information284 * Forum meta-box 285 * 286 * The meta-box that holds all of the additional forum information 287 287 * 288 288 * @since 2.0.0 bbPress (r2744) … … 379 379 380 380 /** 381 * Topic meta box382 * 383 * The meta box that holds all of the additional topic information381 * Topic meta-box 382 * 383 * The meta-box that holds all of the additional topic information 384 384 * 385 385 * @since 2.0.0 bbPress (r2464) … … 452 452 453 453 /** 454 * Reply meta box455 * 456 * The meta box that holds all of the additional reply information454 * Reply meta-box 455 * 456 * The meta-box that holds all of the additional reply information 457 457 * 458 458 * @since 2.0.0 bbPress (r2464) … … 548 548 549 549 /** 550 * Output the topic replies meta box550 * Output the topic replies meta-box 551 551 * 552 552 * @since 2.6.0 bbPress (r5886) … … 589 589 590 590 /** 591 * Anonymous user information meta box591 * Anonymous user information meta-box 592 592 * 593 593 * @since 2.0.0 bbPress (r2828) … … 643 643 644 644 /** 645 * Moderator assignment meta box645 * Moderator assignment meta-box 646 646 * 647 647 * @since 2.6.0 bbPress (r2828)
Note: See TracChangeset
for help on using the changeset viewer.