Skip to content
Snippets Groups Projects
Commit 9ac03298 authored by sand's avatar sand
Browse files

typo

parent 9633e795
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ function noblogs_wp_ssl_buffer_wrapup($buffer) {
function noblogs_wp_ssl_content_filter($content) {
// skip rewrite if not on HTTPS
if (empty($_SERVER['HTTPS'])) {
return $buffer;
return $content;
}
$return = rewrite_links($content);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment