Skip to content

Commit 34fdb5d

Browse files
committed
perf: update to v3.3.9
close #237
1 parent a063060 commit 34fdb5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ function custom_login()
801801
//echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('template_directory') . '/inc/login.css" />'."\n";
802802
echo '<link rel="stylesheet" type="text/css" href="' . get_template_directory_uri() . '/inc/login.css?' . SAKURA_VERSION . '" />' . "\n";
803803
//echo '<script type="text/javascript" src="'.get_bloginfo('template_directory').'/js/jquery.min.js"></script>'."\n";
804-
echo '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jquery/jquery@1.8.2/jquery.min.js"></script>' . "\n";
804+
echo '<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jquery/jquery@1.9.0/jquery.min.js"></script>' . "\n";
805805
}
806806

807807
add_action('login_head', 'custom_login');

Diff for: style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Theme URI: https://github.com/mashirozx/Sakura/
55
Author: Mashiro, Spirit, Louie, Fuzzz
66
Author URI: http://2heng.xin
77
Description: A wonderful branch of theme Akina
8-
Version: 3.3.8
8+
Version: 3.3.9
99
License: GNU General Public License v2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111
Text Domain: sakura

0 commit comments

Comments
 (0)