Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:19:15 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use bp_get_option() in more places, and include bp-core-options.php in update wizard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-settings.php

    r5585 r5727  
    296296     * @since BuddyPress (r3203)
    297297     *
    298      * @uses get_option()
     298     * @uses bp_get_option()
    299299     * @uses esc_attr()
    300300     * @uses apply_filters()
     
    307307
    308308        // Get the option and sanitize it
    309         $value = get_option( $option, $default );
     309        $value = bp_get_option( $option, $default );
    310310
    311311        // Slug?
Note: See TracChangeset for help on using the changeset viewer.