[Plugin: Category Order] Just a small patch…
-
function wpguy_category_order_scriptaculous() {
if(isset($_GET[‘page’])){
if($_GET[‘page’] == “wpguy_category_order_options”){
wp_enqueue_script(‘scriptaculous’);
}
}
}This works better with error_reporting turned on 🙂
Peace 😉
The topic ‘[Plugin: Category Order] Just a small patch…’ is closed to new replies.