Changeset 6583 for trunk/src/includes/topics/template.php
- Timestamp:
- 06/19/2017 04:29:43 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6582 r6583 442 442 function bbp_get_topic_id( $topic_id = 0 ) { 443 443 $bbp = bbpress(); 444 $wp_query = bbp_get_ global_object( 'wp_query', 'WP_Query');444 $wp_query = bbp_get_wp_query(); 445 445 446 446 // Easy empty checking
Note: See TracChangeset
for help on using the changeset viewer.