Changeset 13729
- Timestamp:
- 02/21/2024 05:42:27 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r13726 r13729 4 4 * 5 5 * @since 3.0.0 6 * @version 1 2.3.06 * @version 14.0.0 7 7 */ 8 8 … … 521 521 522 522 /** 523 * Get Dropd awn filters for the current component of the one passed in params524 * 525 * @since 3.0.0 526 * 527 * @param string $context 'directory', 'user' or 'group' 528 * @param string $component The BuddyPress component ID 529 * 530 * @return array the dropdown filters 523 * Get Dropdown filters for the current component of the one passed in params. 524 * 525 * @since 3.0.0 526 * 527 * @param string $context 'directory', 'user' or 'group'. 528 * @param string $component The BuddyPress component ID. 529 * 530 * @return array the dropdown filters. 531 531 */ 532 532 function bp_nouveau_get_component_filters( $context = '', $component = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.