Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-includes/theme.php

    r17316 r18018  
    14361436                $url = str_replace( 'https://', 'http://', $url );
    14371437
    1438         return $url;
     1438        return esc_url_raw( $url );
    14391439}
    14401440
Note: See TracChangeset for help on using the changeset viewer.