diff --git wp-includes/plugin.php wp-includes/plugin.php
index f97395d..9683865 100644
--- wp-includes/plugin.php
+++ wp-includes/plugin.php
@@ -784,6 +784,6 @@ function _wp_filter_build_unique_id($tag, $function, $priority) {
 		}
 	} else if ( is_string($function[0]) ) {
 		// Static Calling
-		return $function[0].$function[1];
+		return $function[0] . '::' . $function[1];
 	}
 }
