diff --git a/includes/cp-core.php b/includes/cp-core.php index 4d9e034..03a4e56 100644 --- a/includes/cp-core.php +++ b/includes/cp-core.php @@ -121,7 +121,9 @@ function cp_wp_add_dashboard_widgets() { } function cp_wp_dashboard_widget_function() { + if ( function_exists('cp_recent_activity') ) { cp_recent_activity(); + } } // Load BuddyPress integration, if BP is enabled