buddypress/bp-settings/bp-settings-functions.php
John James Jacoby 29b1c5ba9a Settings:
* 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
2012-09-07 14:50:43 +00:00

11 lines
172 B
PHP

<?php
/**
* BuddyPress Settings Functions
*
* @package BuddyPress
* @subpackage SettingsFunctions
*/
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;