s/autosave/autosave-message to show these messages again, fixes #17624

git-svn-id: https://develop.svn.wordpress.org/trunk@18076 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-05-30 19:53:18 +00:00
parent fe0023d441
commit 276131adc7
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false );
<table id="post-status-info" cellspacing="0"><tbody><tr>
<td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
<td class="autosave-info">
<span id="autosave">&nbsp;</span>
<span class="autosave-message">&nbsp;</span>
<?php
if ( 'auto-draft' != $post->post_status ) {
echo '<span id="last-edit">';