Exemplo n.º 1
0
 /**
  * Register source integration plugins with the framework.
  */
 function core_ready()
 {
     # register the generic vcs type
     plugin_child('SourceGeneric');
     # initialize the vcs type cache
     SourceVCS::init();
     if (plugin_config_get('enable_linking')) {
         plugin_event_hook('EVENT_DISPLAY_FORMATTED', 'display_formatted');
     }
 }