Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2011 07:58:13 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add activity-time-since class to view links, and give them muted styling so they do not take emphasis away from activity action items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/comment.php

    r4668 r4744  
    2525        <?php
    2626        /* translators: 1: user profile link, 2: user name, 3: activity permalink, 3: activity timestamp */
    27         printf( __( '<a href="%1$s">%2$s</a> replied <a href="%3$s">%4$s</a>', 'buddypress' ), bp_get_activity_comment_user_link(), bp_get_activity_comment_name(), bp_get_activity_thread_permalink(), bp_get_activity_comment_date_recorded() );
     27        printf( __( '<a href="%1$s">%2$s</a> replied <a href="%3$s" class="activity-time-since"><span class="time-since">%4$s</span></a>', 'buddypress' ), bp_get_activity_comment_user_link(), bp_get_activity_comment_name(), bp_get_activity_thread_permalink(), bp_get_activity_comment_date_recorded() );
    2828        ?>
    2929    </div>
Note: See TracChangeset for help on using the changeset viewer.