Changes between Initial Version and Version 1 of Ticket #21399, comment 3
- Timestamp:
- 07/30/12 20:21:19 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21399, comment 3
initial v1 1 1 Prior to 3.5, `//` is considered a path-relative URL, and the site URL is prepended. So that's a no-go. 2 2 3 We could consider a version check, and then register // if we're good, and otherwise, checking is_ssl(). Not as elegant as a straight is_ssl() check, but at least sets the expectation that you can now do //with enqueues.3 We could consider a version check, and then register `//` if we're good, and otherwise, checking is_ssl(). Not as elegant as a straight is_ssl() check, but at least sets the expectation that you can now do `//` with enqueues. 4 4 5 5 Might complicate the theme more than it should, though. I'm fine with a straight is_ssl() check.
