Changeset 52467 for branches/5.6/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 05:55:41 PM (3 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.6/src/wp-includes/post.php
r50052 r52467 4729 4729 $slug = substr( $slug, 0, $length ); 4730 4730 } else { 4731 $slug = utf8_uri_encode( $decoded_slug, $length );4731 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4732 4732 } 4733 4733 }
Note: See TracChangeset
for help on using the changeset viewer.