diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php
index 87191625c7..5d375ba534 100644
|
a
|
b
|
$structures = array( |
| 237 | 237 | ); |
| 238 | 238 | ?> |
| 239 | 239 | <h2 class="title"><?php _e( 'Common Settings' ); ?></h2> |
| | 240 | <p><?php _e( 'Select the permalink structure for your website. A structure that includes the post name makes sharing links to others more understandable.' ); ?></p> |
| 240 | 241 | <table class="form-table permalink-structure"> |
| 241 | 242 | <tr> |
| 242 | 243 | <th scope="row"><label><input name="selection" type="radio" value="" <?php checked( '', $permalink_structure ); ?> /> <?php _e( 'Plain' ); ?></label></th> |