Changeset 2288 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 01/10/2010 09:55:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2287 r2288 351 351 352 352 /* Add the permalink */ 353 $meta = ' · <a href="' . bp_activity_get_permalink( $activities_template->activity->id, $activities_template->activity ) . '" class="view" title="' . __( 'View Thread / Permalink', 'buddypress' ) . '"> #</a>';353 $meta = ' · <a href="' . bp_activity_get_permalink( $activities_template->activity->id, $activities_template->activity ) . '" class="view" title="' . __( 'View Thread / Permalink', 'buddypress' ) . '">' . __( 'View', 'buddypress' ) . '</a>'; 354 354 355 355 /* Add the delete link if the user has permission on this item */
Note: See TracChangeset
for help on using the changeset viewer.