Changeset 2234 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 12/31/2009 02:18:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/entry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r2223 r2234 20 20 <?php endif; ?> 21 21 <?php endif;?> 22 23 <?php if ( !bp_is_activity_permalink() ) : ?>24 <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>"><?php _e( '#', 'buddypress' ) ?></a>25 <?php endif; ?>26 22 </div> 27 23 </div> … … 30 26 <div class="activity-inreplyto"> 31 27 <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> 28 <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a> 32 29 </div> 33 30 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.