Changeset 37544 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 05/23/2016 07:01:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r37518 r37544 145 145 * 146 146 * The $query parameter is optional. If it is omitted you must ensure that 147 * you call this on, or before, the 'init'hook. This is because $query defaults147 * you call this on, or before, the {@see 'init'} hook. This is because $query defaults 148 148 * to "$tag=", and for this to work a new query var has to be added. 149 149 *
Note: See TracChangeset
for help on using the changeset viewer.