From 199cd2918821caeb47bb40453e1efd3ec264868f Mon Sep 17 00:00:00 2001 From: spirit Date: Sun, 17 Nov 2019 18:43:38 +0800 Subject: [PATCH] update to v3.3.2 --- functions.php | 14 +------------- style.css | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/functions.php b/functions.php index 76c5290..bc3190a 100644 --- a/functions.php +++ b/functions.php @@ -7,9 +7,8 @@ * @package Sakura */ -define( 'SAKURA_VERSION', '3.3.1' ); +define( 'SAKURA_VERSION', '3.3.2' ); define( 'BUILD_VERSION', '3' ); -define( 'JSDELIVR_VERSION', '3.6.7' ); //ini_set('display_errors', true); //error_reporting(E_ALL); @@ -1190,17 +1189,6 @@ add_filter('the_content', 'toc_support'); add_filter('the_excerpt_rss', 'toc_support'); add_filter('the_content_feed', 'toc_support'); -// Markdown parser -/* 处理超时?? -function markdown_parser($content) { - include 'inc/Parsedown.php'; - $Parsedown = new Parsedown(); - $content = $Parsedown->text($content); - return $content; -} -add_filter( 'comment_text', 'markdown_parser' ); -*/ - // 显示访客当前 IP function get_the_user_ip() { if ( ! empty( $_SERVER['HTTP_CLIENT_IP'] ) ) { diff --git a/style.css b/style.css index d73ba44..af83394 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Theme URI: https://2heng.xin/theme-sakura/ Author: Mashiro, Louie, Fuzzz Author URI: http://2heng.xin Description: A branch of theme Akina -Version: 3.3.1 +Version: 3.3.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: sakura