Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/20/2015 06:02:50 PM (9 years ago)
Author:
djpaul
Message:

HTTPSify all external URLs if applicable.

Also sneaks in a few corrections to BuddyPress Codex URLs where the content has been moved since the link was originally added to BP.

Fixes #6184, props mercime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-embed.php

    r9486 r9517  
    8686
    8787        // kses converts & into & and we need to undo this
    88         // See http://core.trac.wordpress.org/ticket/11311
     88        // See https://core.trac.wordpress.org/ticket/11311
    8989        $url = str_replace( '&', '&', $url );
    9090
Note: See TracChangeset for help on using the changeset viewer.