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
This commit is contained in:
Sergey Biryukov 2015-04-19 01:34:28 +00:00
parent f08c38112b
commit 7f48138743
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.