Changeset 4115
- Timestamp:
- 09/22/2016 05:22:01 PM (8 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
r4047 r4115 452 452 453 453 $view = bbp_get_view_id(); 454 if ( ! in_array( $view, array( $this->compat() , 'active') ) ) {454 if ( ! in_array( $view, array( $this->compat() ) ) ) { 455 455 return; 456 456 } … … 465 465 466 466 $view = bbp_get_view_id(); 467 if ( ! in_array( $view, array( $this->compat(), 'reviews' , 'active') ) ) {467 if ( ! in_array( $view, array( $this->compat(), 'reviews' ) ) ) { 468 468 return; 469 469 }
Note: See TracChangeset
for help on using the changeset viewer.