Changeset 9862 for trunk/src/bp-messages/bp-messages-notifications.php
- Timestamp:
- 05/12/2015 04:39:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-notifications.php
r9819 r9862 20 20 * @param array|BP_Messages_Message $raw_args { 21 21 * Array of arguments. Also accepts a BP_Messages_Message object. 22 * @type array $recipientsUser IDs of recipients.22 * @type array $recipients User IDs of recipients. 23 23 * @type string $email_subject Subject line of message. 24 24 * @type string $email_content Content of message. 25 * @type int $sender_idUser ID of sender.25 * @type int $sender_id User ID of sender. 26 26 * } 27 27 */ … … 154 154 * @since BuddyPress (1.0.0) 155 155 * 156 * @param string $action The kind of notification being rendered. 157 * @param int $item_id The primary item id. 158 * @param int $secondary_item_id The secondary item id. 159 * @param int $total_items The total number of messaging-related notifications 160 * waiting for the user 161 * @param string $format Return value format. 'string' for BuddyBar-compatible 162 * notifications; 'array' for WP Toolbar. Default: 'string'. 156 * @param string $action The kind of notification being rendered. 157 * @param int $item_id The primary item id. 158 * @param int $secondary_item_id The secondary item id. 159 * @param int $total_items The total number of messaging-related notifications 160 * waiting for the user. 161 * @param string $format Return value format. 'string' for BuddyBar-compatible 162 * notifications; 'array' for WP Toolbar. Default: 'string'. 163 * 163 164 * @return string|array Formatted notifications. 164 165 */ … … 202 203 * 203 204 * This is a dynamic filter. Possible filter names are: 204 * - 'bp_messages_multiple_new_message_notification' 205 * - 'bp_messages_single_new_message_notification' 205 * - 'bp_messages_multiple_new_message_notification'. 206 * - 'bp_messages_single_new_message_notification'. 206 207 * 207 208 * @param string $retval Notification text. … … 298 299 * @since BuddyPress (2.0.0) 299 300 * 300 * @param int $ message_idID of the thread.301 * @param int $thread_id ID of the thread. 301 302 * @param array $message_ids IDs of the messages. 302 303 */
Note: See TracChangeset
for help on using the changeset viewer.