equal
deleted
inserted
replaced
6 * |
6 * |
7 * @package WordPress |
7 * @package WordPress |
8 * @subpackage Administration |
8 * @subpackage Administration |
9 */ |
9 */ |
10 |
10 |
|
11 // Don't load directly. |
|
12 if ( ! defined( 'ABSPATH' ) ) { |
|
13 die( '-1' ); |
|
14 } |
|
15 |
11 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; |
16 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; |
12 |
17 |
13 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { |
18 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { |
14 // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. |
19 // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. |
15 add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); |
20 add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); |