mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Correct @since values for various hooks. fixes #25766.
git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -252,7 +252,7 @@ class WP {
|
||||
* to executing the query. Needed to allow custom rewrite rules using your own arguments
|
||||
* to work, or any other custom query variables you want to be publicly available.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param array $public_query_vars The array of whitelisted query variables.
|
||||
*/
|
||||
@@ -471,7 +471,7 @@ class WP {
|
||||
/**
|
||||
* Filter the query string before parsing.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
* @deprecated 2.1.0 Use 'query_vars' or 'request' filters instead.
|
||||
*
|
||||
* @param string $query_string The query string to modify.
|
||||
|
||||
Reference in New Issue
Block a user