From a733fbf7aafef9b39d27cfca23dc1d02f3ef8d3a Mon Sep 17 00:00:00 2001 From: bmqy Date: Sat, 10 Oct 2020 14:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E5=8F=B0js=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8Dbug=EF=BC=9B?= 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 f7d1cb1..4e05600 100644 --- a/functions.php +++ b/functions.php @@ -193,7 +193,7 @@ function bmqynext_scripts() { // Highlight theme script. wp_enqueue_script( 'bmqynext-highlight-theme', get_template_directory_uri().'/lib/highlight/highlight.min.js', '', '10.0.1', false ); if(get_option('bmqynext_options_enable_highlight_number')==='1'){ - wp_enqueue_script( 'bmqynext-highlight-number', get_template_directory_uri().'/lib/highlight/highlightjs-line-numbers', '', '2.7.0', false ); + wp_enqueue_script( 'bmqynext-highlight-number', get_template_directory_uri().'/lib/highlight/highlightjs-line-numbers.js', '', '2.7.0', false ); } } diff --git a/style.css b/style.css index 3dbbe41..7577508 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/bmqy/bmqy-next Author: bmqy Author URI: http://www.bmqy.net/ Description: wordpress's theme next for bmqy. Copyright owner: IIssNan, http://theme-next.iissnan.com/. -Version: 1.2.1 +Version: 1.2.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: elegant, one-column, right-sidebar, custom-header, custom-menu, editor-style