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:
parent
cf9d667583
commit
280a9b61f0
|
@ -2405,7 +2405,7 @@ class WP_Query {
|
|||
*
|
||||
* @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).
|
||||
*/
|
||||
$join = apply_filters_ref_array( 'posts_join', array( $join, &$this ) );
|
||||
|
|
Loading…
Reference in New Issue