X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/61343b82c4f0da4c68e4c6373daafff4a81efdd1..8d3bb1a5dcfdea9857d3c88c3751f09593e34dc8:/wp-admin/options-head.php?ds=sidebyside diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php index 1c706c87..bee3ae7e 100644 --- a/wp-admin/options-head.php +++ b/wp-admin/options-head.php @@ -11,7 +11,7 @@ wp_reset_vars( array( 'action' ) ); if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { - // For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect + // 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'); }