enqueue_comment_hotkeys_js

函数


enqueue_comment_hotkeys_js ( No parameters )
定义位置
  • wp-admin/includes/comment.php
    , line 204
引入
2.7.0
弃用

Enqueues comment shortcuts jQuery script.

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