Changeset 52464 for branches/5.9/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 05:34:05 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/post.php
r52400 r52464 5143 5143 $slug = substr( $slug, 0, $length ); 5144 5144 } else { 5145 $slug = utf8_uri_encode( $decoded_slug, $length );5145 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 5146 5146 } 5147 5147 }
Note: See TracChangeset
for help on using the changeset viewer.