Changeset 52470 for branches/5.3/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:10:29 PM (3 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/post.php
r47644 r52470 4472 4472 $slug = substr( $slug, 0, $length ); 4473 4473 } else { 4474 $slug = utf8_uri_encode( $decoded_slug, $length );4474 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4475 4475 } 4476 4476 }
Note: See TracChangeset
for help on using the changeset viewer.