Changeset 60805 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 09/28/2025 10:36:30 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r57793 r60805 68 68 <table class="form-table" role="presentation"> 69 69 <?php if ( get_site_option( 'initial_db_version' ) < 32453 ) : ?> 70 <tr> 71 <th scope="row"><?php _e( 'Formatting' ); ?></th> 72 <td><fieldset><legend class="screen-reader-text"><span> 73 <?php 74 /* translators: Hidden accessibility text. */ 75 _e( 'Formatting' ); 76 ?> 77 </span></legend> 70 <?php $formatting_title = __( 'Formatting' ); ?> 71 <tr> 72 <th scope="row"><?php echo $formatting_title; ?></th> 73 <td><fieldset><legend class="screen-reader-text"><span><?php echo $formatting_title; ?></span></legend> 78 74 <label for="use_smilies"> 79 75 <input name="use_smilies" type="checkbox" id="use_smilies" value="1" <?php checked( '1', get_option( 'use_smilies' ) ); ?> />
Note: See TracChangeset
for help on using the changeset viewer.