X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be15bd505d66a91e2c80062190b13e315a04a9..HEAD:/wp-admin/options-head.php 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'); }