Changeset 9848 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 05/07/2015 12:53:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r9828 r9848 1811 1811 * @since BuddyPress (1.5.0) 1812 1812 * 1813 * @param string $ value"Viewing x-y of z groups" text.1813 * @param string $message "Viewing x-y of z groups" text. 1814 1814 * @param string $from_num Total amount for the low value in the range. 1815 1815 * @param string $to_num Total amount for the high value in the range. … … 5268 5268 * @since BuddyPress (2.0.0) 5269 5269 * 5270 * @param string $value Pagination count text for group membership requests. 5270 * @param string $message Pagination count text for group membership requests. 5271 * @param string $from_num Total amount for the low value in the range. 5272 * @param string $to_num Total amount for the high value in the range. 5273 * @param string $total Total amount of members found. 5271 5274 */ 5272 5275 return apply_filters( 'bp_get_group_requests_pagination_count', $message, $from_num, $to_num, $total );
Note: See TracChangeset
for help on using the changeset viewer.