Skip to:
Content

BuddyPress.org

Changeset 2355


Ignore:
Timestamp:
01/19/2010 11:59:56 AM (16 years ago)
Author:
apeatling
Message:

Fixes #1580 - inconsistent "View / View Thread"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2344 r2355  
    572572
    573573        $latest_update = '"' . strip_tags( bp_create_excerpt( $update['content'], 40 ) ) . '"';
    574         $latest_update .= ' &middot; <a href="' . $bp->root_domain . '/' . BP_ACTIVITY_SLUG . '/p/' . $update['id'] . '/"> ' . __( 'View Thread', 'buddypress' ) . '</a>';
     574        $latest_update .= ' &middot; <a href="' . $bp->root_domain . '/' . BP_ACTIVITY_SLUG . '/p/' . $update['id'] . '/"> ' . __( 'View', 'buddypress' ) . '</a>';
    575575
    576576        return apply_filters( 'bp_get_activity_latest_update', $latest_update  );
Note: See TracChangeset for help on using the changeset viewer.