[wp-testers] Functions.php

Craig Hartel craig at nuclearmoose.com
Wed Mar 23 06:09:40 GMT 2005


3/20/2005 version of functions.php contains the following lines:

/*
	$debug_file = 'trackback.log';
	$fp = fopen($debug_file, 'a');
	fwrite($fp, "\n*****\nRequest:\n\n$http_request\n\nResponse:\n\n");
	while(!@feof($fs)) {
		fwrite($fp, @fgets($fs, 4096));
	}
	fwrite($fp, "\n\n");
	fclose($fp);
*/

Lines 628 to 637.

I found this when looking to see if my version of the file contained the patch 
for http://mosquito.wordpress.org/view.php?id=884

Craig.


More information about the wp-testers mailing list