Changeset 52478 for branches/4.5/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:17:02 PM (3 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.5/src/wp-includes/post.php
r43397 r52478 3833 3833 $slug = substr( $slug, 0, $length ); 3834 3834 else 3835 $slug = utf8_uri_encode( $decoded_slug, $length );3835 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3836 3836 } 3837 3837
Note: See TracChangeset
for help on using the changeset viewer.