Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #36737, comment 2


Ignore:
Timestamp:
02/10/2017 01:16:08 AM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36737, comment 2

    v2 v3  
    1717function ob_replace_home_url( $content ) {
    1818        $home_urls = array(
     19                'http://www.site.com',
    1920                'http://subdomain1.site.com',
    2021                'http://subdomain2.site.com',
    21                 'http://www.site.com',
    2222        );
    2323