https://bugzilla.wikimedia.org/show_bug.cgi?id=37229
Tomasz W. Kozlowski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy --- Comment #4 from Tomasz W. Kozlowski <[email protected]> --- That's http://git.wikimedia.org/blob/wikimedia%2Fcommunications%2FWP-Victor.git/9b57e64c52a961b313edc4f012a08003b049e04f/comments.php -- it uses get_option('siteurl') which has been deprecated[1] while it should be using site_url which is capable of returning HTTPS links[2]. That being said, there have been rumours that the template was supposed to be rewritten from scratch (I think the WMF even hired a Wordpress magician to do that?) and the blog moved somewhere else, so I'm not sure it's worth spending time on it. In case someone thinks it is, please feel free to use the linked Wordpress documentation below. == References == * [1] https://codex.wordpress.org/Function_Reference/get_option('siteurl') * [2] https://codex.wordpress.org/Function_Reference/site_url -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
