Make WordPress Core


Ignore:
Timestamp:
02/14/2008 12:51:28 AM (17 years ago)
Author:
ryan
Message:

Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849

File:
1 edited

Legend:

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

    r6829 r6834  
    147147
    148148<p class="submit">
    149 <input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
     149<input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
    150150<?php
    151151if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_ID ) {
Note: See TracChangeset for help on using the changeset viewer.