Make WordPress Core

Ticket #55947: 55947-4.diff

File 55947-4.diff, 770 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 71a654bc4b..981f550af9 100644
    a b $tag_added = __( '%s added to permalink structure' ); 
    320320$tag_already_used = __( '%s (already used in permalink structure)' );
    321321?>
    322322<h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
     323<p>
     324<?php
     325printf(
     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>
    323332<table class="form-table permalink-structure" role="presentation">
    324333<tbody>
    325334<tr>