Changeset 6200
- Timestamp:
- 12/29/2016 06:23:54 AM (4 years ago)
- Location:
- trunk/src/includes/admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6197 r6200 272 272 * Allows viewing of users who have subscribed to a forum. 273 273 * 274 * @since 2.6.0 bbPress (r61 79)274 * @since 2.6.0 bbPress (r6197) 275 275 * 276 276 * @uses add_meta_box() To add the metabox -
trunk/src/includes/admin/metaboxes.php
r6197 r6200 672 672 * See who marked a topic as a favorite 673 673 * 674 * @since 2.6.0 bbPress (r61 79)674 * @since 2.6.0 bbPress (r6197) 675 675 */ 676 676 function bbp_topic_favorites_metabox( $post ) { … … 702 702 * See who subscribed to a topic 703 703 * 704 * @since 2.6.0 bbPress (r61 79)704 * @since 2.6.0 bbPress (r6197) 705 705 */ 706 706 function bbp_topic_subscriptions_metabox( $post ) { … … 732 732 * See who subscribed to a forum 733 733 * 734 * @since 2.6.0 bbPress (r61 79)734 * @since 2.6.0 bbPress (r6197) 735 735 */ 736 736 function bbp_forum_subscriptions_metabox( $post ) { -
trunk/src/includes/admin/topics.php
r6197 r6200 419 419 * Allows viewing of users who have favorited a topic. 420 420 * 421 * @since 2.6.0 bbPress (r61 79)421 * @since 2.6.0 bbPress (r6197) 422 422 * 423 423 * @uses add_meta_box() To add the metabox … … 451 451 * Allows viewing of users who have subscribed to a topic. 452 452 * 453 * @since 2.6.0 bbPress (r61 79)453 * @since 2.6.0 bbPress (r6197) 454 454 * 455 455 * @uses add_meta_box() To add the metabox
Note: See TracChangeset
for help on using the changeset viewer.