Revisions UI: Add translation contexts and remove unneeded lines.

props nao. fixes #23917.

git-svn-id: http://core.svn.wordpress.org/trunk@24157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2013-05-02 10:12:19 +00:00
parent 0de35b1035
commit ea1cecebee
5 changed files with 12 additions and 31 deletions

View File

@@ -2245,7 +2245,9 @@ function wp_ajax_revisions_data() {
$date
);
/* translators: 1: date */
$autosavef = _x( '%1$s [Autosave]', 'post revision title extra' );
/* translators: 1: date */
$currentf = _x( '%1$s [Current Revision]', 'post revision title extra' );
if ( ! $post = get_post( $post_id ) )