mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Docs: Correct a parameter name for the press_this_redirect_in_parent
filter.
See #32246. Built from https://develop.svn.wordpress.org/trunk@35974 git-svn-id: http://core.svn.wordpress.org/trunk@35939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
624cb1445d
commit
1b86ccd006
@ -46,7 +46,7 @@ class WP_Press_This {
|
||||
*
|
||||
* @since 4.2.0
|
||||
*
|
||||
* @param bool false Whether to redirect in parent window or not. Default false.
|
||||
* @param bool $redirect Whether to redirect in parent window or not. Default false.
|
||||
*/
|
||||
'redirInParent' => apply_filters( 'press_this_redirect_in_parent', false ),
|
||||
);
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-35973';
|
||||
$wp_version = '4.5-alpha-35974';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user