From 1237f25dc6f0dee5666b0449fa9b932207848414 Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 28 Oct 2010 22:00:53 +0000 Subject: [PATCH] Add a TODO to review this code later. git-svn-id: http://svn.automattic.com/wordpress/trunk@16062 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 795ec8993..5499629d3 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1170,6 +1170,8 @@ function debug_fclose( $fp ) { */ function do_enclose( $content, $post_ID ) { global $wpdb; + + //TODO: Tidy this ghetto code up and make the debug code optional include_once( ABSPATH . WPINC . '/class-IXR.php' ); $log = debug_fopen( ABSPATH . 'enclosures.log', 'a' );