Changeset 7027
- Timestamp:
- 12/13/2019 06:59:04 PM (6 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/bbpress.php
r7022 r7027 790 790 register_meta( 'user', '_bbp_topic_count', $count ); 791 791 register_meta( 'user', '_bbp_reply_count', $count ); 792 793 // Activity 794 register_meta( 'user', '_bbp_last_posted', array( 795 'type' => 'integer', 796 'description' => esc_html__( 'bbPress User Activity', 'bbpress' ), 797 'single' => true, 798 'show_in_rest' => true, 799 'sanitize_callback' => 'bbp_number_not_negative', 800 'auth_callback' => '__return_true' 801 ) ); 792 802 } 793 803
Note: See TracChangeset
for help on using the changeset viewer.