From 6d4442ba127d65897d5e4c4821e4d55d40248534 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 9 Sep 2015 03:23:23 +0000 Subject: [PATCH] Revisions screen: change language from "Return to post editor" to "Return to editor" - more generic for usage by custom post types. Props lancewillett, adamsilverstein. Fixes #31910. Built from https://develop.svn.wordpress.org/trunk@33966 git-svn-id: http://core.svn.wordpress.org/trunk@33935 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/revision.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/revision.php b/wp-admin/revision.php index 40328599d4..4d86c536b9 100644 --- a/wp-admin/revision.php +++ b/wp-admin/revision.php @@ -75,7 +75,7 @@ default : $post_edit_link = get_edit_post_link(); $post_title = '' . _draft_or_post_title() . ''; $h1 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); - $return_to_post = '' . __( '← Return to post editor' ) . ''; + $return_to_post = '' . __( '← Return to editor' ) . ''; $title = __( 'Revisions' ); $redirect = false; diff --git a/wp-includes/version.php b/wp-includes/version.php index 8710b37ff7..0e11c360f9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33965'; +$wp_version = '4.4-alpha-33966'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.