Docs: Remove the duplicate hook documentation for the newly introduced send_auth_cookies filter.

See #39367

Built from https://develop.svn.wordpress.org/trunk@40264


git-svn-id: http://core.svn.wordpress.org/trunk@40184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-03-10 15:03:42 +00:00
parent 265a0f4d98
commit 96b2923e62
2 changed files with 2 additions and 8 deletions

View File

@ -933,13 +933,7 @@ function wp_clear_auth_cookie() {
*/
do_action( 'clear_auth_cookie' );
/**
* Allows preventing auth cookies from actually being sent to the client.
*
* @since 4.7.4
*
* @param bool $send Whether to send auth cookies to the client.
*/
/** This filter is documented in wp-includes/pluggable.php */
if ( ! apply_filters( 'send_auth_cookies', true ) ) {
return;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40263';
$wp_version = '4.8-alpha-40264';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.