=== modified file 'cpv_plugin_display_extender_code.inc'
--- cpv_plugin_display_extender_code.inc	2012-05-17 11:28:58 +0000
+++ cpv_plugin_display_extender_code.inc	2012-05-17 11:30:04 +0000
@@ -13,7 +13,7 @@
   /**
    * Provide a form to edit options for this plugin.
    */
-  function option_definition(&$options) {
+  function option_definition_alter(&$options) {
     $options['cpv_css'] = array('default' => '');
     $options['cpv_js'] = array('default' => '');
   }
