Fix typos in documentation (wp-admin/). See #18560.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -155,7 +155,7 @@ echo esc_html( $visibility_trans ); ?></span>
|
||||
</div><?php // /misc-pub-section ?>
|
||||
|
||||
<?php
|
||||
// translators: Publish box date formt, see http://php.net/date
|
||||
// translators: Publish box date format, see http://php.net/date
|
||||
$datef = __( 'M j, Y @ G:i' );
|
||||
if ( 0 != $post->ID ) {
|
||||
if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date
|
||||
|
||||
Reference in New Issue
Block a user