From 3c28d7b1f6a2f59c7a6cb470dd1b391e3476605c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 19 Apr 2015 01:34:01 +0000 Subject: [PATCH] Press This: Update documentation for `press_this_save_redirect` filter after [31992]. props kraftbj. fixes #31996. git-svn-id: https://develop.svn.wordpress.org/trunk@32143 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-press-this.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-press-this.php b/src/wp-admin/includes/class-wp-press-this.php index 2ea974f457..257c76dc9c 100644 --- a/src/wp-admin/includes/class-wp-press-this.php +++ b/src/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. */