Changeset 5802 for trunk/src/includes/topics/template.php
- Timestamp:
- 06/15/2015 06:07:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5770 r5802 2366 2366 * @uses bbp_get_topic_tag_list() To get the topic tag list 2367 2367 */ 2368 function bbp_topic_tag_list( $topic_id = 0, $args = '') {2368 function bbp_topic_tag_list( $topic_id = 0, $args = array() ) { 2369 2369 echo bbp_get_topic_tag_list( $topic_id, $args ); 2370 2370 } … … 2381 2381 * @return string Tag list of the topic 2382 2382 */ 2383 function bbp_get_topic_tag_list( $topic_id = 0, $args = '') {2383 function bbp_get_topic_tag_list( $topic_id = 0, $args = array() ) { 2384 2384 2385 2385 // Bail if topic-tags are off
Note: See TracChangeset
for help on using the changeset viewer.