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.
Built from https://develop.svn.wordpress.org/trunk@53711


git-svn-id: http://core.svn.wordpress.org/trunk@53270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-07-16 20:13:10 +00:00
parent 033728a0b7
commit 82ee734e8b
2 changed files with 10 additions and 1 deletions

View File

@ -320,6 +320,15 @@ $tag_added = __( '%s added to permalink structure' );
$tag_already_used = __( '%s (already used in permalink structure)' );
?>
<h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
<p>
<?php
printf(
/* translators: %s: %postname% */
__( '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.' ),
'<code>%postname%</code>'
);
?>
</p>
<table class="form-table permalink-structure" role="presentation">
<tbody>
<tr>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53710';
$wp_version = '6.1-alpha-53711';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.