Skip to content

Commit 98bb983

Browse files
Permalinks: Add a guiding paragraph on the Permalink Settings screen.
This is intended as an introduction to permalink structure selection. Props kebbet, costdev, hasanuzzamanshamim, mukesh27. Fixes #55947. git-svn-id: https://develop.svn.wordpress.org/trunk@53711 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ee26676 commit 98bb983

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/wp-admin/options-permalink.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,15 @@
320320
$tag_already_used = __( '%s (already used in permalink structure)' );
321321
?>
322322
<h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
323+
<p>
324+
<?php
325+
printf(
326+
/* translators: %s: %postname% */
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>

0 commit comments

Comments
 (0)