I wonder why wp-ajax-edit-comments uses jQuery 1.2.3, not the one that is built into WP 2.6, which is version 1.2.6...
Scripts/Plugins based on jQuery 1.2.6 won't find it, because it is deregistered within wp-ajax-edit-comments and replaced with jQuery 1.2.3.
What is the reason?
I tried changing the code (I only left "wp_enqueue_script('jquery')" both in wp-ajax-edit-comments.php and js/comment-editor.js.php), but that did not work...
Is there gonna be an updated version with the new jQuery?