Ticket #8890: 8890-bp-core-options.diff
| File 8890-bp-core-options.diff, 499 bytes (added by , 3 years ago) |
|---|
-
src/bp-core/bp-core-options.php
diff --git a/src/bp-core/bp-core-options.php b/src/bp-core/bp-core-options.php index e539a06ff..24c42f404 100644
a b function bp_core_activate_site_options( $keys = array() ) { 351 351 * @todo Use settings API and audit these methods. 352 352 * 353 353 * @return array $root_blog_options_meta List of options. 354 * 355 * @global wpdb $wpdb WordPress database object. 354 356 */ 355 357 function bp_core_get_root_options() { 356 358 global $wpdb;