Changeset 52994
- Timestamp:
- 03/25/2022 09:32:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r49670 r52994 145 145 146 146 /** 147 * Add a new rewrite tag (like %postname%).147 * Adds a new rewrite tag (like %postname%). 148 148 * 149 149 * The `$query` parameter is optional. If it is omitted you must ensure that you call … … 192 192 193 193 /** 194 * Add permalink structure.194 * Adds a permalink structure. 195 195 * 196 196 * @since 3.0.0 … … 238 238 239 239 /** 240 * Add a new feed type like /atom1/.240 * Adds a new feed type like /atom1/. 241 241 * 242 242 * @since 2.1.0 … … 266 266 267 267 /** 268 * Remove rewrite rules and then recreate rewrite rules.268 * Removes rewrite rules and then recreate rewrite rules. 269 269 * 270 270 * @since 3.0.0 … … 284 284 285 285 /** 286 * Add an endpoint, like /trackback/.286 * Adds an endpoint, like /trackback/. 287 287 * 288 288 * Adding an endpoint creates extra rewrite rules for each of the matching … … 358 358 359 359 /** 360 * Resolve numeric slugs that collide with date permalinks.360 * Resolves numeric slugs that collide with date permalinks. 361 361 * 362 362 * Permalinks of posts with numeric slugs can sometimes look to WP_Query::parse_query() … … 474 474 475 475 /** 476 * Examine a URL and try to determine the post ID it represents.476 * Examines a URL and try to determine the post ID it represents. 477 477 * 478 478 * Checks are supposedly from the hosted site blog.
Note: See TracChangeset
for help on using the changeset viewer.