Changeset 52483 for branches/4.0/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:25:11 PM (3 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
- Property svn:mergeinfo changed
/trunk merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/4.0/src/wp-includes/post.php
r43402 r52483 3790 3790 $slug = substr( $slug, 0, $length ); 3791 3791 else 3792 $slug = utf8_uri_encode( $decoded_slug, $length );3792 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3793 3793 } 3794 3794
Note: See TracChangeset
for help on using the changeset viewer.