Changeset 9830 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 05/02/2015 01:36:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r9819 r9830 2081 2081 2082 2082 /** 2083 * Get the max number of recipients to list in the 'Conversation between...' gloss. 2084 * 2085 * @since BuddyPress (2.3.0) 2086 * 2087 * @return int 2088 */ 2089 function bp_get_max_thread_recipients_to_list() { 2090 /** 2091 * Filters the max number of recipients to list in the 'Conversation between...' gloss. 2092 * 2093 * @since BuddyPress (2.3.0) 2094 * 2095 * @param int $count Recipient count. Default: 5. 2096 */ 2097 return (int) apply_filters( 'bp_get_max_thread_recipients_to_list', 5 ); 2098 } 2099 2100 /** 2083 2101 * Output HTML links to recipients in the current thread. 2084 2102 *
Note: See TracChangeset
for help on using the changeset viewer.