Changeset 56014 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 06/24/2023 09:50:34 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r55988 r56014 1908 1908 unset( $this->comment_feed_structure ); 1909 1909 1910 $this->use_trailing_slashes = ( '/' === substr( $this->permalink_structure, -1, 1 ));1910 $this->use_trailing_slashes = str_ends_with( $this->permalink_structure, '/' ); 1911 1911 1912 1912 // Enable generic rules for pages if permalink structure doesn't begin with a wildcard.
Note: See TracChangeset
for help on using the changeset viewer.