Changeset 4000 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 09/07/2016 07:45:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r3997 r4000 384 384 385 385 public function current_user_can_access_create_topic_form( $retval ) { 386 if ( bbp_is_single_view() && in_array( bbp_get_view_id(), array( $this->compat() ) ) ) {386 if ( bbp_is_single_view() && in_array( bbp_get_view_id(), array( $this->compat(), 'reviews' ) ) ) { 387 387 $retval = bbp_current_user_can_publish_topics(); 388 388 }
Note: See TracChangeset
for help on using the changeset viewer.