Make WordPress Core

Changeset 16062


Ignore:
Timestamp:
10/28/2010 10:00:53 PM (14 years ago)
Author:
westi
Message:

Add a TODO to review this code later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r16043 r16062  
    11711171function do_enclose( $content, $post_ID ) {
    11721172    global $wpdb;
     1173   
     1174    //TODO: Tidy this ghetto code up and make the debug code optional
    11731175    include_once( ABSPATH . WPINC . '/class-IXR.php' );
    11741176
Note: See TracChangeset for help on using the changeset viewer.