Changes between Initial Version and Version 1 of Ticket #3206
- Timestamp:
- 07/04/2018 10:38:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3206
-
Property
Milestone
changed from
Awaiting Reviewto2.6
-
Property
Milestone
changed from
-
Ticket #3206 – Description
initial v1 4 4 5 5 {{{#!php 6 <?php 6 7 elseif ( bbp_is_topic_edit() || bbp_is_reply_edit() ) { 7 8 … … 24 25 25 26 {{{#!php 27 <?php 26 28 function bbp_is_object_of_user( $object_id = 0, $user_id = 0, $meta_key = '', $meta_type = 'post' ) { 27 29 $user_ids = bbp_get_users_for_object( $object_id, $meta_key, $meta_type ); … … 38 40 39 41 {{{#!php 42 <?php 40 43 elseif ( bbp_is_topic_edit() || bbp_is_reply_edit() ) { 41 44 // Get current posts author … … 55 58 56 59 {{{#!php 60 <?php 57 61 function bbp_is_object_of_user( $object_id = 0, $user_id = 0, $meta_key = '', $meta_type = 'post' ) { 58 62 $user_ids = bbp_get_users_for_object( $object_id, $meta_key, $meta_type );