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