Seravo / wp-https-domain-alias

This plugin allows your site to fall back to a secure HTTPS domain when a certificate is not available.
GNU General Public License v3.0
18 stars 10 forks source link

Uniform constant name, please #2

Closed pothi closed 10 years ago

pothi commented 10 years ago

Hello,

Currently in https://github.com/Seravo/wp-https-domain-alias/blob/master/https-domain-alias.php , I see two different constant names for the same HTTPS URL...

SSL_DOMAIN_ALIAS HTTPS_DOMAIN_ALIAS

Can we have uniform constant name, please?

Pothi

ottok commented 10 years ago

SSL is used in WP vocabulary, but in reality it should not be used anymore as modern implementations are based on TLS. Using term "https" is most universally understood term.

I fixed the typos in the documentation part.

pothi commented 10 years ago

Thank you for fixing the docs and the clarification that I didn't know earlier.