diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 0fb4179ac..95bc96ed1 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -148,11 +148,11 @@ if (isset($_POST['submit'])) : ?> if ( ! is_multisite() ) { if ( $iis7_permalinks ) { if ( $permalink_structure && ! $usingpi && ! $writable ) - _e('You should update your web.config now'); + _e('You should update your web.config now.'); else if ( $permalink_structure && ! $usingpi && $writable ) _e('Permalink structure updated. Remove write access on web.config file now!'); else - _e('Permalink structure updated'); + _e('Permalink structure updated.'); } else { if ( $permalink_structure && ! $usingpi && ! $writable ) _e('You should update your .htaccess now.'); @@ -226,11 +226,14 @@ $structures = array(

- -

URLs here. For example, using topics as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

- -

URLs here. For example, using topics as your category base would make your category links like http://example.org/index.php/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

- + +

URLs here. For example, using topics as your category base would make your category links like http://example.org/%stopics/uncategorized/. If you leave these blank the defaults will be used.'), $suffix ); ?>