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:
parent
fe0023d441
commit
276131adc7
@ -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…
x
Reference in New Issue
Block a user