Docs: Correct a parameter name for the press_this_redirect_in_parent
filter.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
505fc319c7
commit
9dbca6b6c3
@ -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 ),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user