Changes from trunk/wp-includes/theme.php at r17316 to branches/3.1/wp-includes/theme.php at r18018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/theme.php
r17316 r18018 1436 1436 $url = str_replace( 'https://', 'http://', $url ); 1437 1437 1438 return $url;1438 return esc_url_raw( $url ); 1439 1439 } 1440 1440
Note: See TracChangeset
for help on using the changeset viewer.