Changes between Initial Version and Version 1 of Ticket #6331, comment 9
- Timestamp:
- 04/27/2015 10:21:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6331, comment 9
initial v1 13 13 * `bp_messages_is_starred_enabled()` 14 14 * `bp_messages_starred_action_link()` - The messages-loop.php template uses function names like `bp_message_thread_delete_link()` and `bp_message_thread_view_link()`, but also `bp_the_message_thread_mark_unread_url()`. Should this function be named `bp_messages_the_starred_action_link()`? Keep in mind that this function can be used in both `/members/single/messages/messages-loop.php` and `/members/messages/single.php`. 15 16 A couple of things I did not do: 17 18 * Add the `'starred'` action into `/members/single/messages.php`. 19 * Add the JS for expanding / collapsing messages from comment:6.