Changeset 10248 for trunk/src/bp-groups/classes/class-bp-groups-group.php
- Timestamp:
- 10/11/2015 04:27:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group.php
r10148 r10248 18 18 * ID of the group. 19 19 * 20 * @access public21 20 * @var int 22 21 */ … … 26 25 * User ID of the group's creator. 27 26 * 28 * @access public29 27 * @var int 30 28 */ … … 34 32 * Name of the group. 35 33 * 36 * @access public37 34 * @var string 38 35 */ … … 42 39 * Group slug. 43 40 * 44 * @access public45 41 * @var string 46 42 */ … … 50 46 * Group description. 51 47 * 52 * @access public53 48 * @var string 54 49 */ … … 60 55 * Core statuses are 'public', 'private', and 'hidden'. 61 56 * 62 * @access public63 57 * @var string 64 58 */ … … 68 62 * Should (legacy) bbPress forums be enabled for this group? 69 63 * 70 * @access public71 64 * @var int 72 65 */ … … 76 69 * Date the group was created. 77 70 * 78 * @access public79 71 * @var string 80 72 */ … … 84 76 * Data about the group's admins. 85 77 * 86 * @access public87 78 * @var array 88 79 */ … … 92 83 * Data about the group's moderators. 93 84 * 94 * @access public95 85 * @var array 96 86 */ … … 100 90 * Total count of group members. 101 91 * 102 * @access public103 92 * @var int 104 93 */ … … 952 941 * 953 942 * @since 1.8.0 954 * @access protected955 943 * 956 944 * @param array $meta_query An array of meta_query filters. See the … … 1000 988 * 1001 989 * @since 1.8.0 1002 * @access protected1003 990 * 1004 991 * @param string $type The 'type' shorthand param. … … 1116 1103 * 1117 1104 * @since 1.8.0 1118 * @access protected1119 1105 * 1120 1106 * @param string $orderby Orderby term as passed to get().
Note: See TracChangeset
for help on using the changeset viewer.