Changeset 45735 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 08/04/2019 01:18:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r45699 r45735 128 128 * @since 4.4.0 Array support was added to the `$query` parameter. 129 129 * 130 * @global WP_Rewrite $wp_rewrite WordPress Rewrite Component.130 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 131 131 * 132 132 * @param string $regex Regular expression to match request against. … … 150 150 * @since 2.1.0 151 151 * 152 * @global WP_Rewrite $wp_rewrite 152 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 153 153 * @global WP $wp 154 154 * … … 239 239 * @since 2.1.0 240 240 * 241 * @global WP_Rewrite $wp_rewrite 241 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 242 242 * 243 243 * @param string $feedname Feed name. … … 267 267 * @since 3.0.0 268 268 * 269 * @global WP_Rewrite $wp_rewrite 269 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 270 270 * 271 271 * @param bool $hard Whether to update .htaccess (hard flush) or just update … … 305 305 * @since 4.3.0 Added support for skipping query var registration by passing `false` to `$query_var`. 306 306 * 307 * @global WP_Rewrite $wp_rewrite 307 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 308 308 * 309 309 * @param string $name Name of the endpoint. … … 460 460 * @since 1.0.0 461 461 * 462 * @global WP_Rewrite $wp_rewrite 462 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 463 463 * @global WP $wp 464 464 *
Note: See TracChangeset
for help on using the changeset viewer.