From 7f48138743208067415d96cb506aba3a789b12c9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 19 Apr 2015 01:34:28 +0000 Subject: [PATCH] Press This: Update documentation for `press_this_save_redirect` filter after [31992]. props kraftbj. fixes #31996. Built from https://develop.svn.wordpress.org/trunk@32143 git-svn-id: http://core.svn.wordpress.org/trunk@32123 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 2ea974f457..257c76dc9c 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -158,7 +158,7 @@ class WP_Press_This { * @since 4.2.0 * * @param string $url Redirect URL. If `$status` is 'publish', this will be the post permalink. - * Otherwise, the post edit URL will be used. + * Otherwise, the default is false resulting in no redirect. * @param int $post_id Post ID. * @param string $status Post status. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index ccd964d816..f652d0efeb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-RC1-32142'; +$wp_version = '4.2-RC1-32143'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.