Changeset 4506 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 06/13/2011 09:54:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-settings/bp-settings-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r4372 r4506 1 1 <?php 2 3 4 2 /** General *******************************************************************/ 5 3 6 4 function bp_settings_screen_general_settings() { 7 5 global $bp; 6 7 if ( !empty( $bp->action_variables ) ) { 8 bp_do_404(); 9 return; 10 } 8 11 9 12 // Setup private variables … … 112 115 global $bp; 113 116 117 if ( !empty( $bp->action_variables ) ) { 118 bp_do_404(); 119 return; 120 } 121 114 122 if ( isset( $_POST['submit'] ) ) { 115 123 check_admin_referer('bp_settings_notifications'); … … 135 143 global $bp; 136 144 145 if ( !empty( $bp->action_variables ) ) { 146 bp_do_404(); 147 return; 148 } 149 137 150 if ( isset( $_POST['delete-account-understand'] ) ) { 138 151 // Nonce check
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)