Make WordPress Core


Ignore:
Timestamp:
07/16/2022 08:11:16 PM (2 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r53710 r53711  
    321321?>
    322322<h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
     323<p>
     324<?php
     325printf(
     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>
Note: See TracChangeset for help on using the changeset viewer.