Changes between Initial Version and Version 1 of Ticket #37108
- Timestamp:
- 06/15/2016 02:25:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37108 – Description
initial v1 1 Remove all instances of HTTP and HTTPS from wordpress and replace with //for the site to fetch the correct url. Especially when working locally or on a test domain.1 Remove all instances of HTTP and HTTPS from wordpress and replace with `//` for the site to fetch the correct url. Especially when working locally or on a test domain. 2 2 3 3 Found in this file: `wp-includes/scripts-loader.php` 4 4 5 {{{ 6 // Hotlink Open Sans, for now 7 $open_sans_font_url = "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets"; 8 }}} 5 9 6 // Hotlink Open Sans, for now7 $open_sans_font_url = "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets";