Changeset 9976 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 06/23/2020 01:26:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r9932 r9976 129 129 130 130 foreach ( $views as $view ) { 131 if ( ! bbp_get_view_id( $view) ) {131 if ( empty( bbpress()->views[ $view ] ) ) { 132 132 continue; 133 133 }
Note: See TracChangeset
for help on using the changeset viewer.