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
Definition:
function enqueue_comment_hotkeys_js() {}
function enqueue_comment_hotkeys_js() {
if ( 'true' == get_user_option( 'comment_shortcuts' ) )
wp_enqueue_script( 'jquery-table-hotkeys' );
}
1012
No comments yet... Be the first to leave a reply!