wpseek.com
A WordPress-centric search engine for devs and theme authors



enqueue_comment_hotkeys_js › WordPress Function

Since2.7.0
Deprecatedn/a
enqueue_comment_hotkeys_js ( No parameters )
Defined at:
Codex:

Enqueues comment shortcuts jQuery script.



Source

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