- Timestamp:
- 01/18/2013 07:43:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/forums/forums-loop.php
r6284 r6725 52 52 <tr class="<?php bp_the_topic_css_class(); ?>"> 53 53 <td class="td-title"> 54 <a class="topic-title" href="<?php bp_the_topic_permalink(); ?>" title="<?php bp_the_topic_title(); ?> - <?php _e( 'Permalink', 'buddypress' ); ?>">54 <a class="topic-title" href="<?php bp_the_topic_permalink(); ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ); ?>"> 55 55 56 56 <?php bp_the_topic_title(); ?>
Note: See TracChangeset
for help on using the changeset viewer.