Changeset 13449 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 04/08/2023 06:31:46 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r13437 r13449 637 637 638 638 // Construct URL for form. 639 $form_url = remove_query_arg( array( 'action', 'deleted', 'no_admins', 'error', 'error_new', 'success_new', 'error_modified', 'success_modified' ), $_SERVER['REQUEST_URI'] ); 640 $form_url = add_query_arg( 'action', 'save', $form_url ); 641 $create_url = bp_get_groups_directory_url( 642 array( 643 'create_single_item' => 1, 644 ) 645 ); 639 $form_url = remove_query_arg( array( 'action', 'deleted', 'no_admins', 'error', 'error_new', 'success_new', 'error_modified', 'success_modified' ), $_SERVER['REQUEST_URI'] ); 640 $form_url = add_query_arg( 'action', 'save', $form_url ); 641 $create_url = bp_groups_get_create_url(); 646 642 647 643 /** … … 819 815 // Prepare the group items for display. 820 816 $bp_groups_list_table->prepare_items(); 821 $create_url = bp_get_groups_directory_url( 822 array( 823 'create_single_item' => 1, 824 ) 825 ); 817 $create_url = bp_groups_get_create_url(); 826 818 827 819 /**
Note: See TracChangeset
for help on using the changeset viewer.