Changeset 52482 for branches/4.1/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:23:29 PM (3 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.1/src/wp-includes/post.php
r43401 r52482 3784 3784 $slug = substr( $slug, 0, $length ); 3785 3785 else 3786 $slug = utf8_uri_encode( $decoded_slug, $length );3786 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3787 3787 } 3788 3788
Note: See TracChangeset
for help on using the changeset viewer.