Changeset 2370 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 01/19/2010 08:38:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2361 r2370 473 473 /* Delete link */ 474 474 if ( is_site_admin() || $bp->loggedin_user->id == $comment->user_id ) 475 $content .= ' · <a href="' . wp_nonce_url( $bp->activity->id . '/delete/?cid=' . $comment->id, ' delete_activity_comment' ) . '" class="delete acomment-delete">' . __( 'Delete', 'buddypress' ) . '</a>';475 $content .= ' · <a href="' . wp_nonce_url( $bp->activity->id . '/delete/?cid=' . $comment->id, 'bp_activity_delete_link' ) . '" class="delete acomment-delete">' . __( 'Delete', 'buddypress' ) . '</a>'; 476 476 477 477 $content .= '</div>';
Note: See TracChangeset
for help on using the changeset viewer.