From bf34e504dc94ccc8c3ee74a4655c89f565a20f9e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 16 Mar 2015 21:07:27 +0000 Subject: [PATCH] Press This: change the Publish button text to Submit for Review for contributors (like on the Edit Post screen). Props stephdau, DrewAPicture. Fixes #31658. Built from https://develop.svn.wordpress.org/trunk@31798 git-svn-id: http://core.svn.wordpress.org/trunk@31780 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-press-this.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index b8cceb29cf..a8e42aaae5 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -1315,7 +1315,7 @@ class WP_Press_This {
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 6eaf079b22..cab9dba729 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta1-31797'; +$wp_version = '4.2-beta1-31798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.