Changeset 33923 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/05/2015 09:28:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r33858 r33923 3278 3278 $url = str_replace( ' ', '%20', $url ); 3279 3279 $url = preg_replace('|[^a-z0-9-~+_.?#=!&;,/:%@$\|*\'()\\x80-\\xff]|i', '', $url); 3280 3281 if ( '' === $url ) { 3282 return $url; 3283 } 3284 3280 3285 if ( 0 !== stripos( $url, 'mailto:' ) ) { 3281 3286 $strip = array('%0d', '%0a', '%0D', '%0A');
Note: See TracChangeset
for help on using the changeset viewer.