Changeset 52473 for branches/5.0/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:13:41 PM (3 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-includes/post.php
r47647 r52473 4060 4060 $slug = substr( $slug, 0, $length ); 4061 4061 else 4062 $slug = utf8_uri_encode( $decoded_slug, $length );4062 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4063 4063 } 4064 4064
Note: See TracChangeset
for help on using the changeset viewer.