Changes between Initial Version and Version 1 of Ticket #19023, comment 5
- Timestamp:
- 11/02/11 20:55:02 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19023, comment 5
initial v1 1 As the author of #15928:comment:5 I'd like to add my support for a set_url_scheme(), the eventual creation of a separate admin-side template function that obeys is_ssl(), as well as other ssl only admin-side related fixes.1 As the author of comment:ticket:15928:5 I'd like to add my support for a set_url_scheme(), the eventual creation of a separate admin-side template function that obeys is_ssl(), as well as other ssl only admin-side related fixes. 2 2 3 3 I'd also like to see plugin checks, like the existing theme checks, that warn plugin authors that using get_option('siteurl') instead of site_url() is probably a bad idea. And that the use of the constants like WP_PLUGIN_URL instead of the appropriate functions is definitely bad. I can't tell you how often I've see it - even in recently updated and otherwise exemplary code.
