diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php
index 71a654bc4b..981f550af9 100644
|
a
|
b
|
$tag_added = __( '%s added to permalink structure' ); |
| 320 | 320 | $tag_already_used = __( '%s (already used in permalink structure)' ); |
| 321 | 321 | ?> |
| 322 | 322 | <h2 class="title"><?php _e( 'Common Settings' ); ?></h2> |
| | 323 | <p> |
| | 324 | <?php |
| | 325 | printf( |
| | 326 | /* translators: %s: the %postname% tag. */ |
| | 327 | __( 'Select the permalink structure for your website. Including the %s tag makes links easy to understand, and can help your posts rank higher in search engines.' ), |
| | 328 | '<code>%postname%</code>' |
| | 329 | ); |
| | 330 | ?> |
| | 331 | </p> |
| 323 | 332 | <table class="form-table permalink-structure" role="presentation"> |
| 324 | 333 | <tbody> |
| 325 | 334 | <tr> |