Changeset 11598 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 06/21/2017 09:03:42 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r11582 r11598 1164 1164 * @param string $value Text indicating action being executed. 1165 1165 */ 1166 return apply_filters( 'bp_get_message_notice_delete_link', wp_nonce_url( bp_displayed_user_domain() . bp_get_messages_slug() . '/notices/delete/' . $messages_template->thread->id, 'messages_delete_thread' ) );1166 return apply_filters( 'bp_get_message_notice_delete_link', wp_nonce_url( trailingslashit( bp_displayed_user_domain() . bp_get_messages_slug() . '/notices/delete/' . $messages_template->thread->id ), 'messages_delete_thread' ) ); 1167 1167 } 1168 1168
Note: See TracChangeset
for help on using the changeset viewer.