Changeset 61651 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 02/16/2026 05:01:33 PM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r61465 r61651 494 494 <div class="inside"> 495 495 <label for="author-email"><?php _e( 'Email' ); ?></label> 496 <input type="text" name="newcomment_author_email" size="50" value="" id="author-email" />496 <input type="text" name="newcomment_author_email" size="50" class="code" value="" id="author-email" /> 497 497 </div> 498 498
Note: See TracChangeset
for help on using the changeset viewer.