Changeset 4689 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/18/2011 08:54:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4679 r4689 1222 1222 } 1223 1223 1224 $link = '<a href="' . wp_nonce_url( $url, 'bp_activity_delete_link' ) . '" class=" item-button bp-secondary-action ' . $class . ' confirm" rel="nofollow">' . __( 'Delete', 'buddypress' ) . '</a>';1224 $link = '<a href="' . wp_nonce_url( $url, 'bp_activity_delete_link' ) . '" class="button item-button bp-secondary-action ' . $class . ' confirm" rel="nofollow">' . __( 'Delete', 'buddypress' ) . '</a>'; 1225 1225 return apply_filters( 'bp_get_activity_delete_link', $link ); 1226 1226 }
Note: See TracChangeset
for help on using the changeset viewer.