mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-06-01 05:49:21 +08:00
* General code clean-up. * php5ize the loader. * Remove closing php tags. * Limit creation of one-time-use variables. * Bail early instead of wrap in big if statements. git-svn-id: https://buddypress.svn.wordpress.org/trunk@6317 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
11 lines
172 B
PHP
11 lines
172 B
PHP
<?php
|
|
|
|
/**
|
|
* BuddyPress Settings Functions
|
|
*
|
|
* @package BuddyPress
|
|
* @subpackage SettingsFunctions
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
if ( !defined( 'ABSPATH' ) ) exit;
|