mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
WP_Query: add changelog for the title param after [33706]
Props dimadin. Fixes #33074. git-svn-id: https://develop.svn.wordpress.org/trunk@33722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7b7cd91984
commit
dc577d6072
@ -1452,7 +1452,7 @@ class WP_Query {
|
||||
* @since 1.5.0
|
||||
* @since 4.2.0 Introduced the ability to order by specific clauses of a `$meta_query`, by passing the clause's
|
||||
* array key to `$orderby`.
|
||||
* @since 4.4.0 Introduced the `$post_name__in` parameter.
|
||||
* @since 4.4.0 Introduced `$post_name__in` and `$title` parameters.
|
||||
* @access public
|
||||
*
|
||||
* @param string|array $query {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user