Changeset 52472 for branches/5.1/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:12:33 PM (3 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.1/src/wp-includes/post.php
r47646 r52472 4298 4298 $slug = substr( $slug, 0, $length ); 4299 4299 } else { 4300 $slug = utf8_uri_encode( $decoded_slug, $length );4300 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 4301 4301 } 4302 4302 }
Note: See TracChangeset
for help on using the changeset viewer.