Changeset 6930 for trunk/src/includes/core/template-functions.php
- Timestamp:
- 11/09/2019 06:29:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-functions.php
r6865 r6930 650 650 $view_args = bbp_get_view_query_args( $bbp_view ); 651 651 652 // Bail if view args is false (view isn't registered)653 if ( false === $view_args) {652 // Bail if view args are empty 653 if ( empty( $view_args ) ) { 654 654 $posts_query->bbp_is_404 = true; 655 655 return;
Note: See TracChangeset
for help on using the changeset viewer.