mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user