Changeset 52477 for branches/4.6/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:16:25 PM (3 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.6/src/wp-includes/post.php
r43396 r52477 3713 3713 $slug = substr( $slug, 0, $length ); 3714 3714 else 3715 $slug = utf8_uri_encode( $decoded_slug, $length );3715 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3716 3716 } 3717 3717
Note: See TracChangeset
for help on using the changeset viewer.