Make WordPress Core

Ticket #55947: 55947-permalink-guidence.diff

File 55947-permalink-guidence.diff, 690 bytes (added by kebbet, 4 years ago)
  • src/wp-admin/options-permalink.php

    diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php
    index 87191625c7..5d375ba534 100644
    a b $structures = array( 
    237237);
    238238?>
    239239<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>
    240241<table class="form-table permalink-structure">
    241242        <tr>
    242243                <th scope="row"><label><input name="selection" type="radio" value="" <?php checked( '', $permalink_structure ); ?> /> <?php _e( 'Plain' ); ?></label></th>