Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:27:55 PM (11 years ago)
Author:
markjaquith
Message:

Use HTTPS URLs for core.trac.wordpress.org

see #27115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-embed.php

    r29707 r29788  
    157157
    158158        // kses converts & into & and we need to undo this
    159         // See http://core.trac.wordpress.org/ticket/11311
     159        // See https://core.trac.wordpress.org/ticket/11311
    160160        $url = str_replace( '&', '&', $url );
    161161
Note: See TracChangeset for help on using the changeset viewer.