Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
修复前台js文件名bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
bmqy committed Oct 10, 2020
1 parent 458a6bc commit a733fbf
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 @@ -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 );
}
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a733fbf

Please sign in to comment.