diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index cdc4ad79bb..f65df283c0 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -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 ), ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f6efaf0f7..ecdbc2d22a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.