Changeset 52484 for branches/3.9/src/wp-includes/post.php
- Timestamp:
- 01/06/2022 06:25:42 PM (4 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
- Property svn:mergeinfo changed
/trunk merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/3.9/src/wp-includes/post.php
r43403 r52484 3525 3525 $slug = substr( $slug, 0, $length ); 3526 3526 else 3527 $slug = utf8_uri_encode( $decoded_slug, $length );3527 $slug = utf8_uri_encode( $decoded_slug, $length, true ); 3528 3528 } 3529 3529
Note: See TracChangeset
for help on using the changeset viewer.