From f64a9d63d86c969806f5e57975e66880331aa129 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Sep 2013 10:03:58 +0000 Subject: [PATCH] Fix a grammar error on Permalink Settings screen. props celloexpressions. fixes #25210. git-svn-id: https://develop.svn.wordpress.org/trunk@25206 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index d086fdc6b1..e045982b28 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/wp-admin/options-permalink.php @@ -172,7 +172,7 @@ if ( ! is_multisite() ) {
-

URLs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.'); ?>

+

URLs which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.'); ?>