Changeset 52481 for branches/4.2/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:19:36 PM (4 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-includes/post.php
r43400 r52481 3826 3826 $slug = substr( $slug, 0, $length ); 3827 3827 else 3828 $slug = utf8_uri_encode( $decoded_slug, $length );3828 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3829 3829 } 3830 3830
Note: See TracChangeset
for help on using the changeset viewer.