Docs: Correct parameter description for `posts_join` filter.

Props anhskohbo.
Fixes #40991.

git-svn-id: https://develop.svn.wordpress.org/trunk@40912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-06-15 12:45:05 +00:00
parent cf9d667583
commit 280a9b61f0
1 changed files with 1 additions and 1 deletions

View File

@ -2405,7 +2405,7 @@ class WP_Query {
* *
* @since 1.5.0 * @since 1.5.0
* *
* @param string $where The JOIN clause of the query. * @param string $join The JOIN clause of the query.
* @param WP_Query &$this The WP_Query instance (passed by reference). * @param WP_Query &$this The WP_Query instance (passed by reference).
*/ */
$join = apply_filters_ref_array( 'posts_join', array( $join, &$this ) ); $join = apply_filters_ref_array( 'posts_join', array( $join, &$this ) );