Changeset 6725
- Timestamp:
- 01/18/2013 07:43:09 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-templates/bp-legacy/buddypress/forums/forums-loop.php (modified) (1 diff)
-
bp-themes/bp-default/forums/forums-loop.php (modified) (1 diff)
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(); ?> -
trunk/bp-themes/bp-default/forums/forums-loop.php
r5095 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.