Changeset 48585 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 07/23/2020 07:04:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r48197 r48585 1444 1444 * @since 1.5.0 1445 1445 * 1446 * @param string[] $ this->rules The compiled array of rewrite rules, keyed by their regex pattern.1446 * @param string[] $rules The compiled array of rewrite rules, keyed by their regex pattern. 1447 1447 */ 1448 1448 $this->rules = apply_filters( 'rewrite_rules_array', $this->rules );
Note: See TracChangeset
for help on using the changeset viewer.