Make WordPress Core


Ignore:
Timestamp:
04/07/2007 07:04:57 PM (18 years ago)
Author:
rob1n
Message:

Put the sorting on hold, and add empty contructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wp-cat2tag.php

    r5205 r5210  
    144144        $this->footer();
    145145    }
     146   
     147    function WP_Categories_to_Tags() {
     148        // Do nothing.
     149    }
    146150}
    147151
    148 $wp_cat2tag_importer = new WP_Categories_to_Tags;
     152$wp_cat2tag_importer = new WP_Categories_to_Tags();
    149153
    150154register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init'));
Note: See TracChangeset for help on using the changeset viewer.