Changeset 52465 for branches/5.8/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 05:34:57 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/post.php
r51018 r52465 4925 4925 $slug = substr( $slug, 0, $length ); 4926 4926 } else { 4927 $slug = utf8_uri_encode( $decoded_slug, $length );4927 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4928 4928 } 4929 4929 }
Note: See TracChangeset
for help on using the changeset viewer.