Changeset 13096 for trunk/src/bp-messages/actions/view.php
- Timestamp:
- 08/26/2021 12:53:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/actions/view.php
r11925 r13096 1 1 <?php 2 2 /** 3 * Messages: View action handler 3 * Messages: View action handler. 4 4 * 5 5 * @package BuddyPress … … 10 10 /** 11 11 * Process a request to view a single message thread. 12 * 13 * @return bool False if not a single conversation. 12 14 */ 13 15 function messages_action_conversation() {
Note: See TracChangeset
for help on using the changeset viewer.