Changeset 52480 for branches/4.3/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:19:09 PM (3 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.3/src/wp-includes/post.php
r43399 r52480 3895 3895 $slug = substr( $slug, 0, $length ); 3896 3896 else 3897 $slug = utf8_uri_encode( $decoded_slug, $length );3897 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3898 3898 } 3899 3899
Note: See TracChangeset
for help on using the changeset viewer.