Skip to content

Commit

Permalink
fix: 修复不支持新图库布局问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokinx authored Mar 25, 2024
1 parent 9270372 commit ab034e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab034e3

Please sign in to comment.