Changeset 10454 for trunk/src/bp-groups/bp-groups-screens.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-screens.php
r10417 r10454 17 17 /** 18 18 * Handle the display of the Groups directory index. 19 * 20 * @since 1.0.0 19 21 */ 20 22 function groups_directory_groups_setup() { … … 43 45 /** 44 46 * Handle the loading of the My Groups page. 47 * 48 * @since 1.0.0 45 49 */ 46 50 function groups_screen_my_groups() { … … 65 69 /** 66 70 * Handle the loading of a user's Groups > Invites page. 71 * 72 * @since 1.0.0 67 73 */ 68 74 function groups_screen_group_invites() { … … 137 143 /** 138 144 * Handle the loading of a single group's page. 145 * 146 * @since 1.0.0 139 147 */ 140 148 function groups_screen_group_home() { … … 163 171 /** 164 172 * This screen function handles actions related to group forums. 173 * 174 * @since 1.0.0 165 175 */ 166 176 function groups_screen_group_forum() { … … 562 572 /** 563 573 * Handle the display of a group's Members page. 574 * 575 * @since 1.0.0 564 576 */ 565 577 function groups_screen_group_members() { … … 594 606 /** 595 607 * Handle the display of a group's Send Invites page. 608 * 609 * @since 1.0.0 596 610 */ 597 611 function groups_screen_group_invite() { … … 688 702 /** 689 703 * Handle the display of a group's Request Membership page. 704 * 705 * @since 1.0.0 690 706 */ 691 707 function groups_screen_group_request_membership() { … … 772 788 /** 773 789 * Handle the display of a single group activity item. 790 * 791 * @since 1.2.0 774 792 */ 775 793 function groups_screen_group_activity_permalink() { … … 787 805 /** 788 806 * Handle the display of a group's Admin pages. 807 * 808 * @since 1.0.0 789 809 */ 790 810 function groups_screen_group_admin() { … … 800 820 /** 801 821 * Handle the display of a group's admin/edit-details page. 822 * 823 * @since 1.0.0 802 824 */ 803 825 function groups_screen_group_admin_edit_details() { … … 859 881 /** 860 882 * Handle the display of a group's admin/group-settings page. 883 * 884 * @since 1.0.0 861 885 */ 862 886 function groups_screen_group_admin_settings() { … … 928 952 /** 929 953 * Handle the display of a group's Change Avatar page. 954 * 955 * @since 1.0.0 930 956 */ 931 957 function groups_screen_group_admin_avatar() { … … 1055 1081 /** 1056 1082 * This function handles actions related to member management on the group admin. 1083 * 1084 * @since 1.0.0 1057 1085 */ 1058 1086 function groups_screen_group_admin_manage_members() { … … 1228 1256 /** 1229 1257 * Handle the display of Admin > Membership Requests. 1258 * 1259 * @since 1.0.0 1230 1260 */ 1231 1261 function groups_screen_group_admin_requests() { … … 1303 1333 /** 1304 1334 * Handle the display of the Delete Group page. 1335 * 1336 * @since 1.0.0 1305 1337 */ 1306 1338 function groups_screen_group_admin_delete_group() { … … 1373 1405 /** 1374 1406 * Render the group settings fields on the Notification Settings page. 1407 * 1408 * @since 1.0.0 1375 1409 */ 1376 1410 function groups_screen_notification_settings() {
Note: See TracChangeset
for help on using the changeset viewer.