Changeset 45578 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/01/2019 03:28:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r45577 r45578 4203 4203 } 4204 4204 4205 $url = str_replace( ' ', '%20', $url);4205 $url = str_replace( ' ', '%20', ltrim( $url ) ); 4206 4206 $url = preg_replace( '|[^a-z0-9-~+_.?#=!&;,/:%@$\|*\'()\[\]\\x80-\\xff]|i', '', $url ); 4207 4207
Note: See TracChangeset
for help on using the changeset viewer.