diff -r a4642baaf829 -r 4d4862461b8d web/wp-content/plugins/wp-cumulus/wp-cumulus.php --- a/web/wp-content/plugins/wp-cumulus/wp-cumulus.php Tue Feb 02 14:45:47 2010 +0000 +++ b/web/wp-content/plugins/wp-cumulus/wp-cumulus.php Tue Feb 02 15:44:16 2010 +0000 @@ -389,7 +389,6 @@ add_action('admin_menu', 'wp_cumulus_add_pages'); register_activation_hook( __FILE__, 'wp_cumulus_install' ); register_deactivation_hook( __FILE__, 'wp_cumulus_uninstall' ); - if( function_exists('add_shortcode') ){ add_shortcode('wp-cumulus', 'wp_cumulus_shortcode'); add_shortcode('WP-CUMULUS', 'wp_cumulus_shortcode');