Changeset 52474 for branches/4.9/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:14:19 PM (3 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/post.php
r47648 r52474 3986 3986 $slug = substr( $slug, 0, $length ); 3987 3987 else 3988 $slug = utf8_uri_encode( $decoded_slug, $length );3988 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3989 3989 } 3990 3990
Note: See TracChangeset
for help on using the changeset viewer.