Changeset 5700 for trunk/wp-includes/formatting.php
- Timestamp:
- 06/14/2007 02:25:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r5623 r5700 1086 1086 substr( $url, 0, 1 ) != '/' && !preg_match('/^[a-z0-9-]+?\.php/i', $url) ) 1087 1087 $url = 'http://' . $url; 1088 1088 1089 1089 $url = preg_replace('/&([^#])(?![a-z]{2,8};)/', '&$1', $url); 1090 1090 if ( !is_array($protocols) )
Note: See TracChangeset
for help on using the changeset viewer.