Prototype script library
-
In wpsc-admin/admin.php line 255, the code is:
wp_deregister_script( 'prototype' );
Unfortunately it is not re-registered anywhere, and there is no test to make sure that this only happens on WP e-Commerce admin pages. This breaks my plugin and many others that enqueue prototype. Is there any way to add such a test?
- The topic ‘Prototype script library’ is closed to new replies.