Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -12,7 +12,7 @@ wp_reset_vars( array( 'action' ) );
|
|||
|
||||
if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
|
||||
// For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect.
|
||||
add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated');
|
||||
add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'updated' );
|
||||
}
|
||||
|
||||
settings_errors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue