Skip to:
Content

BuddyPress.org

Ticket #8890: 8890-bp-core-options.diff

File 8890-bp-core-options.diff, 499 bytes (added by viralsampat, 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() ) { 
    351351 * @todo Use settings API and audit these methods.
    352352 *
    353353 * @return array $root_blog_options_meta List of options.
     354 *
     355 * @global wpdb $wpdb WordPress database object.
    354356 */
    355357function bp_core_get_root_options() {
    356358        global $wpdb;