mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
Remove comment-reply.js
This commit is contained in:
parent
940b3f46bd
commit
6bfca07a64
@ -1910,3 +1910,5 @@ function permalink_tip()
|
||||
}
|
||||
add_action('admin_notices', 'permalink_tip');
|
||||
//code end
|
||||
//移除comment-reply.js 防止不兼容
|
||||
function clean_header(){ wp_deregister_script( 'comment-reply' ); } add_action('init','clean_header');
|
||||
|
Loading…
Reference in New Issue
Block a user