Changeset 60805 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 09/28/2025 10:36:30 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r57793 r60805 327 327 <table class="form-table permalink-structure" role="presentation"> 328 328 <tbody> 329 <?php $permalink_structure_title = __( 'Permalink structure' ); ?> 329 330 <tr> 330 <th scope="row"><?php _e( 'Permalink structure' ); ?></th>331 <th scope="row"><?php echo $permalink_structure_title; ?></th> 331 332 <td> 332 333 <fieldset class="structure-selection"> 333 <legend class="screen-reader-text"> 334 <?php 335 /* translators: Hidden accessibility text. */ 336 _e( 'Permalink structure' ); 337 ?> 338 </legend> 334 <legend class="screen-reader-text"><?php echo $permalink_structure_title; ?></legend> 339 335 <?php foreach ( $default_structures as $input ) : ?> 340 336 <div class="row">
Note: See TracChangeset
for help on using the changeset viewer.