Changeset 52485 for branches/3.8/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:26:53 PM (3 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/trunk merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/3.8/src/wp-includes/post.php
r43404 r52485 3183 3183 $slug = substr( $slug, 0, $length ); 3184 3184 else 3185 $slug = utf8_uri_encode( $decoded_slug, $length );3185 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3186 3186 } 3187 3187
Note: See TracChangeset
for help on using the changeset viewer.