Changes between Version 2 and Version 3 of Ticket #36737, comment 2
- Timestamp:
- 02/10/2017 01:16:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36737, comment 2
v2 v3 17 17 function ob_replace_home_url( $content ) { 18 18 $home_urls = array( 19 'http://www.site.com', 19 20 'http://subdomain1.site.com', 20 21 'http://subdomain2.site.com', 21 'http://www.site.com',22 22 ); 23 23