Changeset 52475 for branches/4.8/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:14:56 PM (3 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.8/src/wp-includes/post.php
r47649 r52475 3823 3823 $slug = substr( $slug, 0, $length ); 3824 3824 else 3825 $slug = utf8_uri_encode( $decoded_slug, $length );3825 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3826 3826 } 3827 3827
Note: See TracChangeset
for help on using the changeset viewer.