Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 08:54:42 PM (13 years ago)
Author:
djpaul
Message:

Change styling for activity items and comments.
Fix several pre-existing RTL issues.
Fix gravatar size inconsistencies.

File:
1 edited

Legend:

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

    r4596 r4611  
    677677    // Record this on the user's profile
    678678    $from_user_link   = bp_core_get_userlink( $user_id );
    679     $activity_action  = sprintf( __( '%s posted an update:', 'buddypress' ), $from_user_link );
     679    $activity_action  = sprintf( __( '%s posted an update', 'buddypress' ), $from_user_link );
    680680    $activity_content = $content;
    681681    $primary_link     = bp_core_get_userlink( $user_id, false, true );
     
    729729    $comment_id = bp_activity_add( array(
    730730        'id' => $id,
    731         'action' => apply_filters( 'bp_activity_comment_action', sprintf( __( '%s posted a new activity comment:', 'buddypress' ), bp_core_get_userlink( $user_id ) ) ),
     731        'action' => apply_filters( 'bp_activity_comment_action', sprintf( __( '%s posted a new activity comment', 'buddypress' ), bp_core_get_userlink( $user_id ) ) ),
    732732        'content' => apply_filters( 'bp_activity_comment_content', $content ),
    733733        'component' => $bp->activity->id,
Note: See TracChangeset for help on using the changeset viewer.