diff --git a/functions.php b/functions.php index ff613f9..f7d3b96 100644 --- a/functions.php +++ b/functions.php @@ -1513,12 +1513,14 @@ function codecheese_register_post( $sanitized_user_login, $user_email, $errors ) // html 标签处理器 function html_tag_parser($content) { - if(!is_feed()) { - $content=preg_replace( - '//i', - "\n", - $content - ); + if(!is_feed()) { + if(akina_option('lazyload') && akina_option('lazyload_spinner')){ + $content=preg_replace( + '//i', + "\n", + $content + ); + } //Fancybox /* Markdown Regex Pattern for Matching URLs: