Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 15646)
+++ wp-includes/functions.php	(working copy)
@@ -234,9 +234,8 @@
 	$data = trim( $data );
  	if ( 'N;' == $data )
 		return true;
-	if ( function_exists('strpbrk') ) {
-		if ( strlen($data) > 1 && strpbrk($data,'adObis') == $data && $data[1] == ':' ) {
-			$badions = array();
+	if ( function_exists( 'strpbrk' ) ) {
+		if ( strlen( $data ) > 3 && strpbrk( $data, 'adObis' ) === $data && ':' === $data[1] ) {
 			$badions[1] = $data[0];
 		} else {
 			return false;
