Changeset 7357 for trunk/src/includes/common/shortcodes.php
- Timestamp:
- 11/16/2025 04:55:52 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/shortcodes.php
r7076 r7357 847 847 */ 848 848 public function display_topics_of_tag_query( $args = array() ) { 849 $args['tax_query'] = array( array( 850 'taxonomy' => bbp_get_topic_tag_tax_id(), 851 'field' => 'id', 852 'terms' => bbpress()->current_topic_tag_id 853 ) ); 849 $args['tax_query'] = array( 850 array( 851 'taxonomy' => bbp_get_topic_tag_tax_id(), 852 'field' => 'id', 853 'terms' => bbpress()->current_topic_tag_id 854 ) 855 ); 854 856 855 857 return $args;
Note: See TracChangeset
for help on using the changeset viewer.