Changeset 52469 for branches/5.4/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:09:54 PM (3 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-includes/post.php
r47639 r52469 4510 4510 $slug = substr( $slug, 0, $length ); 4511 4511 } else { 4512 $slug = utf8_uri_encode( $decoded_slug, $length );4512 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4513 4513 } 4514 4514 }
Note: See TracChangeset
for help on using the changeset viewer.