A HitchHackers guide through WordPress


Home | Pages | Archives


enqueue_comment_hotkeys_js

February 11, 2011 11:45 pm

Definition:
function enqueue_comment_hotkeys_js() {}

Source code

function enqueue_comment_hotkeys_js() {

	if ( 'true' == get_user_option( 'comment_shortcuts' ) )

		wp_enqueue_script( 'jquery-table-hotkeys' );

}

1012

Rate this:

Posted by Thorsten

Categories: /wp-admin/includes/comment.php, Documentation, Files, Functions, Functions by letter e

Tags: ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.