diff --git wp-admin/options-permalink.php wp-admin/options-permalink.php
index c97c639..7c19f47 100644
|
|
$structures = array( |
225 | 225 | /* translators: %s: permalink structure tag */ |
226 | 226 | 'postname' => __( '%s (The sanitized post title (slug).)' ), |
227 | 227 | /* translators: %s: permalink structure tag */ |
228 | | 'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URI.)' ), |
| 228 | 'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URL.)' ), |
229 | 229 | /* translators: %s: permalink structure tag */ |
230 | 230 | 'author' => __( '%s (A sanitized version of the author name.)' ), |
231 | 231 | ); |