Make WordPress Core


Ignore:
Timestamp:
05/16/2011 06:17:44 AM (13 years ago)
Author:
azaozz
Message:

Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136

File:
1 edited

Legend:

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

    r17748 r17936  
    271271
    272272<table id="post-status-info" cellspacing="0"><tbody><tr>
    273     <td id="wp-word-count"></td>
     273    <td id="wp-word-count"><?php _e('Word count:'); ?> <span class="word-count">0</span></td>
    274274    <td class="autosave-info">
    275275    <span id="autosave">&nbsp;</span>
Note: See TracChangeset for help on using the changeset viewer.