enqueue_comment_hotkeys_js()

最后更新于:2021-11-26 04:02:01

enqueue_comment_hotkeys_js()

源文件

文件: gc-admin/includes/comment.php

function enqueue_comment_hotkeys_js() {
	if ( 'true' === get_user_option( 'comment_shortcuts' ) ) {
		gc_enqueue_script( 'jquery-table-hotkeys' );
	}
}