Make WordPress Core

Changeset 35974


Ignore:
Timestamp:
12/16/2015 07:42:46 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Correct a parameter name for the press_this_redirect_in_parent filter.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r35636 r35974  
    4747             * @since 4.2.0
    4848             *
    49              * @param bool false Whether to redirect in parent window or not. Default false.
     49             * @param bool $redirect Whether to redirect in parent window or not. Default false.
    5050             */
    5151            'redirInParent' => apply_filters( 'press_this_redirect_in_parent', false ),
Note: See TracChangeset for help on using the changeset viewer.