Changeset 53711 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 07/16/2022 08:11:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r53710 r53711 321 321 ?> 322 322 <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> 323 332 <table class="form-table permalink-structure" role="presentation"> 324 333 <tbody>
Note: See TracChangeset
for help on using the changeset viewer.