diff --git a/includes/object-cache.php b/includes/object-cache.php index 75ceca3..a772bd2 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -970,6 +970,7 @@ protected function _get_focus_file( $key, $group ) { '\'' => rawurlencode( '\'' ), '<' => rawurlencode( '<' ), '>' => rawurlencode( '>' ), + ':' => rawurlencode( ':' ), ); $key = str_replace( array_keys( $protected_chars ), $protected_chars, $key );