Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2011 04:39:27 PM (13 years ago)
Author:
djpaul
Message:

Fix documentation and add new action to activity comments option div

File:
1 edited

Legend:

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

    r4961 r5256  
    2424    <div class="acomment-meta">
    2525        <?php
    26         /* translators: 1: user profile link, 2: user name, 3: activity permalink, 3: activity timestamp */
     26        /* translators: 1: user profile link, 2: user name, 3: activity permalink, 4: activity timestamp */
    2727        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        ?>
     
    4545        <?php endif; ?>
    4646
     47        <?php do_action( 'bp_activity_comment_options' ); ?>
     48
    4749    </div>
    4850
Note: See TracChangeset for help on using the changeset viewer.