Changeset 5690 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 02/10/2012 01:35:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r5588 r5690 1 1 <?php 2 3 /** 4 * BuddyPress Settings Actions 5 * 6 * @todo split actions into separate screen functions 7 * @package BuddyPress 8 * @subpackage SettingsActions 9 */ 10 2 11 // Exit if accessed directly 3 12 if ( !defined( 'ABSPATH' ) ) exit; … … 124 133 125 134 function bp_core_screen_notification_settings() { 126 global $bp;127 135 128 136 if ( bp_action_variables() ) { … … 154 162 155 163 function bp_core_screen_delete_account() { 156 global $bp;157 164 158 165 if ( bp_action_variables() ) {
Note: See TracChangeset
for help on using the changeset viewer.