mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Revisions UI: Add translation contexts and remove unneeded lines.
props nao. fixes #23917. git-svn-id: https://develop.svn.wordpress.org/trunk@24157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user