Changeset 48695 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 07/30/2020 07:12:02 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r47808 r48695 144 144 * Add a new rewrite tag (like %postname%). 145 145 * 146 * The $query parameter is optional. If it is omitted you must ensure that147 * you call this on, or before, the {@see 'init'} hook. This is because $query defaults148 * to "$tag=", and for this to work a new query var has to be added.146 * The `$query` parameter is optional. If it is omitted you must ensure that you call 147 * this on, or before, the {@see 'init'} hook. This is because `$query` defaults to 148 * `$tag=`, and for this to work a new query var has to be added. 149 149 * 150 150 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.