Changes between Version 2 and Version 3 of Ticket #25495, comment 4
- Timestamp:
- 10/08/2013 03:03:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25495, comment 4
v2 v3 18 18 * Assign `$this->query_vars` to `$query_vars` above the docblock, just like for the `query_vars` filter. 19 19 20 `parse_request` hook:21 * The parameter is passed via an array so that should be the type assigned in the doc.22 23 20 `send_headers` hook: 24 21 * Add parenthesis to references to the `send_headers()` function. 25 * `&$this` is passed in an array, same as the `parse_request` hook.26 22 27 23 `query_string` filter: 28 24 * Assign `$this->query_string` to `$query_string` before the docblock. 29 30 `wp` hook:31 * `&$this` is passed in array