Changeset 13927 for trunk/src/bp-core/admin/bp-core-admin-optouts.php
- Timestamp:
- 06/13/2024 07:39:42 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-optouts.php
r13926 r13927 20 20 * @since 8.0.0 21 21 * 22 * @global $bp_optouts_list_table BP_Optouts_List_Table List table instance for nonmember opt-outs admin page.22 * @global object $bp_optouts_list_table List table instance for nonmember opt-outs admin page. 23 23 */ 24 24 function bp_core_optouts_admin_load() { … … 291 291 * @since 8.0.0 292 292 * 293 * @global $plugin_page294 * @global $bp_optouts_list_table BP_Optouts_List_Table List table instance for nonmember opt-outs admin page.293 * @global string $plugin_page 294 * @global object $bp_optouts_list_table List table instance for nonmember opt-outs admin page. 295 295 */ 296 296 function bp_core_optouts_admin_index() {
Note: See TracChangeset
for help on using the changeset viewer.