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:
parent
f08c38112b
commit
7f48138743
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue