wp/wp-admin/options-head.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- 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();