From 1d32aac9539e10bbc31dd11b36d3ba70beab7593 Mon Sep 17 00:00:00 2001 From: timse201 Date: Sun, 10 May 2026 00:21:00 +0200 Subject: [PATCH] Refine the wording for backend editor --- src/wp-admin/options-writing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-writing.php b/src/wp-admin/options-writing.php index 6f85b54679327..d882b614e2383 100644 --- a/src/wp-admin/options-writing.php +++ b/src/wp-admin/options-writing.php @@ -21,7 +21,7 @@ array( 'id' => 'overview', 'title' => __( 'Overview' ), - 'content' => '

' . __( 'You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.' ) . '

' . + 'content' => '

' . __( 'You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the backend editor, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) );