Changeset 6340 for trunk/wp-includes/functions.php
- Timestamp:
- 11/17/2007 11:27:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6339 r6340 1516 1516 if ( url_is_accessable_via_ssl($url) ) 1517 1517 return preg_replace( '/^http:\/\//', 'https://', $url ); 1518 else 1519 return $url; 1518 1520 } 1519 1521 ?>
Note: See TracChangeset
for help on using the changeset viewer.