Changeset 10825 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r10775 r10825 3415 3415 * @since 2.2.0 3416 3416 * 3417 * @uses bp_group_create_nav_item() to output the create a Group nav item.3418 *3419 3417 * @return string HTML Output 3420 3418 */ … … 4299 4297 * @since 1.5.0 4300 4298 * 4301 * @uses apply_filters() To call 'bp_user_can_create_groups'.4302 * @uses bp_get_option() To retrieve value of 'bp_restrict_group_creation'. Defaults to 0.4303 * @uses bp_current_user_can() To determine if current user if super admin.4304 4299 * @return bool True if user can create groups. False otherwise. 4305 4300 */ … … 4782 4777 * @since 1.6.0 4783 4778 * 4784 * @uses apply_filters() Filter bp_get_groups_current_create_step to modify.4785 4779 * 4786 4780 * @return string $current_create_step … … 5062 5056 * @since 1.6.0 5063 5057 * 5064 * @uses apply_filters() Filter bp_get_current_group_admin_tab to modify return value.5065 5058 * 5066 5059 * @return string $tab The current tab's slug. … … 5089 5082 * 5090 5083 * @since 1.0.0 5091 *5092 * @uses bp_get_group_current_avatar() to get the avatar of the current group.5093 5084 * 5094 5085 * @param string $type Thumb or full. … … 5788 5779 * 5789 5780 * @since 1.5.0 5790 * @uses apply_filters() Filter bp_get_current_group_id to modify this output.5791 5781 * 5792 5782 * @return int $current_group_id The id of the current group, if there is one. … … 5819 5809 * 5820 5810 * @since 1.5.0 5821 * @uses apply_filters() Filter bp_get_current_group_slug to modify this output.5822 5811 * 5823 5812 * @return string $current_group_slug The slug of the current group, if there is one. … … 5850 5839 * 5851 5840 * @since 1.5.0 5852 * @uses apply_filters() Filter bp_get_current_group_name to modify this output.5853 5841 * 5854 5842 * @return string The name of the current group, if there is one. … … 5881 5869 * 5882 5870 * @since 2.1.0 5883 * @uses apply_filters() Filter bp_get_current_group_description to modify5884 5871 * this output. 5885 5872 * … … 5987 5974 * @param array|string $args before|after|user_id 5988 5975 * 5989 * @uses bp_groups_get_profile_stats() to get the stats.5990 5976 */ 5991 5977 function bp_groups_profile_stats( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.