enqueue_comment_hotkeys_js [ WordPress Function ]
enqueue_comment_hotkeys_js ( No parameters )
| Defined at: |
|
Soorgelijke functies: sanitize_comment_cookies, wp_set_comment_cookies, delete_comment_meta, get_comment_author_rss, clean_comment_cache
No description yet.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Call to undefined function enqueue_comment_hotkeys_js()
Unable to edit post: Call to undefined function enqueue_comment_hotkeys_js() ( 6 posts). munozj. Member Posted 3 years ago #. I just upgraded to 2.7 and right ...
wordpress.org - Call to undefined function enqueue_comment_hotkeys_js ...
The above error message appears when the user tries to write a new post or edit an existing one. Commenting out the offending function resolves the problem: ...
core.trac.wordpress.org - enqueue_comment_hotkeys_js() WordPress function reference ...
function enqueue_comment_hotkeys_js() { if ( 'true' == get_user_option( ' comment_shortcuts' ) ... http://queryposts.com/function/ enqueue_comment_hotkeys_js/ ...
queryposts.com - PHPXRef 0.7 : WordPress : /wp-admin/includes/comment.php source
... function enqueue_comment_hotkeys_js() { 156 if ( 'true' == get_user_option( ' comment_shortcuts' ) ) 157 wp_enqueue_script( 'jquery-table-hotkeys' ); 158 } ...
phpxref.ftwr.co.uk