Make WordPress Core

Changeset 34070


Ignore:
Timestamp:
09/12/2015 02:34:52 AM (10 years ago)
Author:
wonderboymusic
Message:

Quick Edit: fix an ID attribute name collision by renaming one of the author fields author-name.

Props afercia.
Fixes #33770.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r33979 r34070  
    499499    <div id="edithead" style="display:none;">
    500500        <div class="inside">
    501         <label for="author"><?php _e('Name') ?></label>
    502         <input type="text" name="newcomment_author" size="50" value="" id="author" />
     501        <label for="author-name"><?php _e( 'Name' ) ?></label>
     502        <input type="text" name="newcomment_author" size="50" value="" id="author-name" />
    503503        </div>
    504504
Note: See TracChangeset for help on using the changeset viewer.