Changeset 6200 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 12/29/2016 06:23:54 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/metaboxes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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 ) {
Note: See TracChangeset
for help on using the changeset viewer.