Changeset 5727 for trunk/bp-core/admin/bp-core-settings.php
- Timestamp:
- 02/11/2012 09:19:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-settings.php
r5585 r5727 296 296 * @since BuddyPress (r3203) 297 297 * 298 * @uses get_option()298 * @uses bp_get_option() 299 299 * @uses esc_attr() 300 300 * @uses apply_filters() … … 307 307 308 308 // Get the option and sanitize it 309 $value = get_option( $option, $default );309 $value = bp_get_option( $option, $default ); 310 310 311 311 // Slug?
Note: See TracChangeset
for help on using the changeset viewer.