Changeset 5951 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/metaboxes.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r5932 r5951 13 13 * Filter the Dashboard "at a glance" items and append bbPress elements to it. 14 14 * 15 * @since bbPress (r5268)15 * @since 2.6.0 bbPress (r5268) 16 16 * 17 17 * @param array $elements … … 60 60 * Adds a dashboard widget with forum statistics 61 61 * 62 * @since bbPress (r2770) 63 * @deprecated bbPress (r5268) 62 * @since 2.0.0 bbPress (r2770) 63 * 64 * @deprecated 2.6.0 bbPress (r5268) 64 65 * 65 66 * @uses bbp_get_version() To get the current bbPress version … … 285 286 * The metabox that holds all of the additional forum information 286 287 * 287 * @since bbPress (r2744)288 * @since 2.0.0 bbPress (r2744) 288 289 * 289 290 * @uses bbp_is_forum_closed() To check if a forum is closed or not … … 383 384 * The metabox that holds all of the additional topic information 384 385 * 385 * @since bbPress (r2464)386 * @since 2.0.0 bbPress (r2464) 386 387 * 387 388 * @uses bbp_get_topic_forum_id() To get the topic forum id … … 460 461 * The metabox that holds all of the additional reply information 461 462 * 462 * @since bbPress (r2464)463 * @since 2.0.0 bbPress (r2464) 463 464 * 464 465 * @uses bbp_get_topic_post_type() To get the topic post type … … 551 552 * Output the topic replies metabox 552 553 * 553 * @since bbPress (r5886)554 * @since 2.6.0 bbPress (r5886) 554 555 * 555 556 * @param type $topic … … 592 593 * Anonymous user information metabox 593 594 * 594 * @since bbPress (r2828)595 * @since 2.0.0 bbPress (r2828) 595 596 * 596 597 * @uses bbp_is_reply_anonymous() To check if reply is anonymous
Note: See TracChangeset
for help on using the changeset viewer.