Changeset 4594 for trunk/templates/default/bbpress/loop-single-topic.php
- Timestamp:
- 12/20/2012 09:49:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-topic.php
r4462 r4594 10 10 ?> 11 11 12 <ul id=" topic-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>12 <ul id="bbp-topic-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>> 13 13 14 14 <li class="bbp-topic-title"> … … 103 103 </li> 104 104 105 </ul><!-- # topic-<?php bbp_topic_id(); ?> -->105 </ul><!-- #bbp-topic-<?php bbp_topic_id(); ?> -->
Note: See TracChangeset
for help on using the changeset viewer.