Changeset 5563 for trunk/src/includes/topics/template.php
- Timestamp:
- 11/11/2014 05:25:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5561 r5563 3435 3435 $r = bbp_parse_args( $args, array( 3436 3436 'topic_id' => 0, 3437 'before' => '<div class="bbp-template-notice info">< pclass="bbp-topic-description">',3438 'after' => '</ p></div>',3437 'before' => '<div class="bbp-template-notice info"><ul><li class="bbp-topic-description">', 3438 'after' => '</li></ul></div>', 3439 3439 'size' => 14 3440 3440 ), 'get_single_topic_description' );
Note: See TracChangeset
for help on using the changeset viewer.