mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Add a translators comment to clarify what comes after at
git-svn-id: http://svn.automattic.com/wordpress/trunk@14164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb110266c3
commit
33ecb0ea45
@ -908,6 +908,7 @@ case 'autosave' : // The name of this action is hardcoded in edit_post()
|
||||
$data = '';
|
||||
/* translators: draft saved date format, see http://php.net/date */
|
||||
$draft_saved_date_format = __('g:i:s a');
|
||||
/* translators: %s: date and time */
|
||||
$message = sprintf( __('Draft saved at %s.'), date_i18n( $draft_saved_date_format ) );
|
||||
|
||||
$supplemental = array();
|
||||
|
Loading…
Reference in New Issue
Block a user