diff -r c7c34916027a -r 177826044cd9 wp/wp-admin/options-head.php --- a/wp/wp-admin/options-head.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-admin/options-head.php Mon Oct 14 18:28:13 2019 +0200 @@ -12,7 +12,7 @@ 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();