Changeset 12459 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
- Timestamp:
- 03/09/2023 06:35:13 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
r12012 r12459 510 510 */ 511 511 public function user_can_resolve( $user_id, $topic_id ) { 512 $post = false; 512 513 $topic_id = bbp_get_topic_id(); 513 514 if ( $topic_id ) {
Note: See TracChangeset
for help on using the changeset viewer.