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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-05-30 19:53:18 +00:00
parent e18aac6f90
commit c215525c41
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">';