Changeset 10148 for trunk/src/bp-groups/bp-groups-widgets.php
- Timestamp:
- 09/27/2015 05:25:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-widgets.php
r10117 r10148 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Groups Widgets … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 47 46 * Filters the user ID to use with the widget instance. 48 47 * 49 * @since BuddyPress (1.5.0)48 * @since 1.5.0 50 49 * 51 50 * @param string $value Empty user ID. … … 64 63 * Filters the title of the Groups widget. 65 64 * 66 * @since BuddyPress (1.8.0)67 * @since BuddyPress (2.3.0)Added 'instance' and 'id_base' to arguments passed to filter.65 * @since 1.8.0 66 * @since 2.3.0 Added 'instance' and 'id_base' to arguments passed to filter. 68 67 * 69 68 * @param string $title The widget title. … … 76 75 * Filters the separator of the group widget links. 77 76 * 78 * @since BuddyPress (2.4.0)77 * @since 2.4.0 79 78 * 80 79 * @param string $separator Separator string. Default '|'.
Note: See TracChangeset
for help on using the changeset viewer.