From 1fecd2b99c8ce0c3fdd714af5f99eb78b7a40b7a Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Thu, 28 Oct 2010 22:00:53 +0000 Subject: [PATCH] Add a TODO to review this code later. git-svn-id: https://develop.svn.wordpress.org/trunk@16062 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 795ec89933..5499629d3e 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' );