From 5a8dc364d1430e183ac2bd3d099593fd543a3974 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Sep 2013 10:04:10 +0000 Subject: [PATCH] Fix a grammar error on Permalink Settings screen. props celloexpressions. fixes #25210. Built from https://develop.svn.wordpress.org/trunk@25206 git-svn-id: http://core.svn.wordpress.org/trunk@25178 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index d086fdc6b1..e045982b28 100644 --- a/wp-admin/options-permalink.php +++ b/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.'); ?>