Changeset 4996 for trunk/includes/common/shortcodes.php
- Timestamp:
- 06/23/2013 07:00:11 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/shortcodes.php
r4971 r4996 120 120 121 121 // Unset global queries 122 $bbp->forum_query = new stdClass;123 $bbp->topic_query = new stdClass;124 $bbp->reply_query = new stdClass;125 $bbp->search_query = new stdClass;122 $bbp->forum_query = new WP_Query(); 123 $bbp->topic_query = new WP_Query(); 124 $bbp->reply_query = new WP_Query(); 125 $bbp->search_query = new WP_Query(); 126 126 127 127 // Unset global ID's
Note: See TracChangeset
for help on using the changeset viewer.