Plugin Directory

Changeset 994223


Ignore:
Timestamp:
09/21/2014 02:47:46 PM (12 years ago)
Author:
freshlabs
Message:

Added comments. Removed obsolete lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-simile-timeline/trunk/inc/WPSimileTimelineDatabase.class.php

    r994141 r994223  
    2727   
    2828    function __construct(){
    29 
     29        // empty
    3030    }
    3131
     32    /**
     33     * Process version updates
     34     */
    3235    function doUpdates(){
    3336        global $wpdb;
    3437
    3538        $terms_table = WPSimileTimelineTerm::getTableName();
    36 
    37         // TODO: check if columns exist
    3839
    3940        // @since: 0.4.9
Note: See TracChangeset for help on using the changeset viewer.