wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



enqueue_comment_hotkeys_js › WordPress Function

Da2.7.0
Deprecaton/a
enqueue_comment_hotkeys_js ( Nessun parametro )
Definito a:
Codex:

Enqueues comment shortcuts jQuery script.



Sorgenti

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