From ab034e32fe247b092cba51fb95a3bfb39c5d424a Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 25 Mar 2024 19:45:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=96=B0=E5=9B=BE=E5=BA=93=E5=B8=83=E5=B1=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index f1d3147..10b5981 100755 --- a/functions.php +++ b/functions.php @@ -24,7 +24,7 @@ function biji_enqueue_scripts() { wp_enqueue_style( 'wp-block-library' ); // WordPress 核心 wp_enqueue_style( 'wp-block-library-theme' ); // WordPress 核心 - remove_filter( 'render_block', 'wp_render_layout_support_flag', 10, 2 ); + // remove_filter( 'render_block', 'wp_render_layout_support_flag', 10, 2 ); // 草莓ICON PRO wp_enqueue_style( 'caomei', get_template_directory_uri() . '/static/caomei/style.css', [], THEME_VERSION ); diff --git a/style.css b/style.css index 76e029f..6b2678c 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Simple, smooth, data-driven, responsive WordPress theme Author: Tokin Author URI: https://biji.io - Version: 0.8.1 + Version: 0.8.2 Tested up to: 5.9.3 Requires at least: 5.8 Requires PHP: 7.0