From 9ac0329818f7c7471bc7274af0ad25a606a45d4d Mon Sep 17 00:00:00 2001 From: sand <sand@autistici.org> Date: Sun, 26 Jul 2015 14:56:46 +0200 Subject: [PATCH] typo --- noblogs-wp-ssl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noblogs-wp-ssl.php b/noblogs-wp-ssl.php index 6372278..fa24c16 100644 --- a/noblogs-wp-ssl.php +++ b/noblogs-wp-ssl.php @@ -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); -- GitLab