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:
parent
e18aac6f90
commit
c215525c41
|
@ -272,7 +272,7 @@ wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false );
|
||||||
<table id="post-status-info" cellspacing="0"><tbody><tr>
|
<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 id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
|
||||||
<td class="autosave-info">
|
<td class="autosave-info">
|
||||||
<span id="autosave"> </span>
|
<span class="autosave-message"> </span>
|
||||||
<?php
|
<?php
|
||||||
if ( 'auto-draft' != $post->post_status ) {
|
if ( 'auto-draft' != $post->post_status ) {
|
||||||
echo '<span id="last-edit">';
|
echo '<span id="last-edit">';
|
||||||
|
|
Loading…
Reference in New Issue