Changeset 52468 for branches/5.5/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:09:14 PM (3 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.5/src/wp-includes/post.php
r49332 r52468 4640 4640 $slug = substr( $slug, 0, $length ); 4641 4641 } else { 4642 $slug = utf8_uri_encode( $decoded_slug, $length );4642 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4643 4643 } 4644 4644 }
Note: See TracChangeset
for help on using the changeset viewer.