Changeset 32945 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 06/25/2015 07:30:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r32929 r32945 93 93 <span id="timestamp"><?php printf( $stamp, $date ); ?></span> 94 94 <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js"><span aria-hidden="true"><?php _e( 'Edit' ); ?></span> <span class="screen-reader-text"><?php _e( 'Edit date and time' ); ?></span></a> 95 <div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0); ?></div> 95 <fieldset id='timestampdiv' class='hide-if-js'> 96 <legend class="screen-reader-text"><?php _e( 'Date and time' ); ?></legend> 97 <?php touch_time( ( 'editcomment' === $action ), 0 ); ?> 98 </fieldset> 96 99 </div> 97 100
Note: See TracChangeset
for help on using the changeset viewer.