Changeset 5257

Show
Ignore:
Timestamp:
04/12/07 20:53:59 (1 year ago)
Author:
markjaquith
Message:

CSS IDs should avoid using underscores for compat with older browers. See http://tinyurl.com/2s99u6 addresses #4140

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form-advanced.php

    r5254 r5257  
    162162<fieldset id="tagdiv"> 
    163163    <legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend> 
    164     <div><input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div> 
     164    <div><input type="text" name="tags_input" id="tags-input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div> 
    165165</fieldset> 
    166166