removing http: references
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Nov 2017 16:10:19 +0000 (11:10 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Nov 2017 16:10:19 +0000 (11:10 -0500)
switching http references with https

index.php
sections/copyright.php

index 2077945..f731c53 100644 (file)
--- a/index.php
+++ b/index.php
@@ -38,7 +38,7 @@
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
         <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-        <script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+        <script charset="utf-8" type="text/javascript" src="//ws.sharethis.com/button/buttons.js"></script>
         <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
     </body>
 </html>
\ No newline at end of file
index 1c6c212..efde13d 100644 (file)
@@ -1,7 +1,7 @@
                 <div id="copyright" class="text-center opensearchserver.ignore">
                     <span>Copyright &copy; <?php echo date('Y');?> </span>
                     <span class="bullet"> &#8226; </span>
-                    <span> Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+                    <span> Produced by <a target="_blank" href="https://www.gaslightmedia.com">Gaslight Media</a></span>
                     <span class="bullet"> &#8226; </span>
                     <span> All Rights Reserved</span>
                 </div>
\ No newline at end of file