--- /home/subrara/Desktop/Patches/functions.php	2017-06-07 16:58:06.551386854 +0530
+++ /home/subrara/Desktop/Patches/functions-new.php	2017-06-07 17:00:06.015390677 +0530
@@ -4810,7 +4810,7 @@
 	}
 
 	foreach ( $all_headers as $field => $regex ) {
-		if ( preg_match( '/^[ \t\/*#@]*' . preg_quote( $regex, '/' ) . ':(.*)$/mi', $file_data, $match ) && $match[1] )
+		if ( preg_match( '/^[ \t\/*#@]*' . preg_quote( $regex, '/' ) . '[\t ]*:(.*)$/mi', $file_data, $match ) && $match[1] )
 			$all_headers[ $field ] = _cleanup_header_comment( $match[1] );
 		else
 			$all_headers[ $field ] = '';
