Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-screens.php

    r10417 r10454  
    1717/**
    1818 * Handle the display of the Groups directory index.
     19 *
     20 * @since 1.0.0
    1921 */
    2022function groups_directory_groups_setup() {
     
    4345/**
    4446 * Handle the loading of the My Groups page.
     47 *
     48 * @since 1.0.0
    4549 */
    4650function groups_screen_my_groups() {
     
    6569/**
    6670 * Handle the loading of a user's Groups > Invites page.
     71 *
     72 * @since 1.0.0
    6773 */
    6874function groups_screen_group_invites() {
     
    137143/**
    138144 * Handle the loading of a single group's page.
     145 *
     146 * @since 1.0.0
    139147 */
    140148function groups_screen_group_home() {
     
    163171/**
    164172 * This screen function handles actions related to group forums.
     173 *
     174 * @since 1.0.0
    165175 */
    166176function groups_screen_group_forum() {
     
    562572/**
    563573 * Handle the display of a group's Members page.
     574 *
     575 * @since 1.0.0
    564576 */
    565577function groups_screen_group_members() {
     
    594606/**
    595607 * Handle the display of a group's Send Invites page.
     608 *
     609 * @since 1.0.0
    596610 */
    597611function groups_screen_group_invite() {
     
    688702/**
    689703 * Handle the display of a group's Request Membership page.
     704 *
     705 * @since 1.0.0
    690706 */
    691707function groups_screen_group_request_membership() {
     
    772788/**
    773789 * Handle the display of a single group activity item.
     790 *
     791 * @since 1.2.0
    774792 */
    775793function groups_screen_group_activity_permalink() {
     
    787805/**
    788806 * Handle the display of a group's Admin pages.
     807 *
     808 * @since 1.0.0
    789809 */
    790810function groups_screen_group_admin() {
     
    800820/**
    801821 * Handle the display of a group's admin/edit-details page.
     822 *
     823 * @since 1.0.0
    802824 */
    803825function groups_screen_group_admin_edit_details() {
     
    859881/**
    860882 * Handle the display of a group's admin/group-settings page.
     883 *
     884 * @since 1.0.0
    861885 */
    862886function groups_screen_group_admin_settings() {
     
    928952/**
    929953 * Handle the display of a group's Change Avatar page.
     954 *
     955 * @since 1.0.0
    930956 */
    931957function groups_screen_group_admin_avatar() {
     
    10551081/**
    10561082 * This function handles actions related to member management on the group admin.
     1083 *
     1084 * @since 1.0.0
    10571085 */
    10581086function groups_screen_group_admin_manage_members() {
     
    12281256/**
    12291257 * Handle the display of Admin > Membership Requests.
     1258 *
     1259 * @since 1.0.0
    12301260 */
    12311261function groups_screen_group_admin_requests() {
     
    13031333/**
    13041334 * Handle the display of the Delete Group page.
     1335 *
     1336 * @since 1.0.0
    13051337 */
    13061338function groups_screen_group_admin_delete_group() {
     
    13731405/**
    13741406 * Render the group settings fields on the Notification Settings page.
     1407 *
     1408 * @since 1.0.0
    13751409 */
    13761410function groups_screen_notification_settings() {
Note: See TracChangeset for help on using the changeset viewer.