Changeset 994223
- Timestamp:
- 09/21/2014 02:47:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-simile-timeline/trunk/inc/WPSimileTimelineDatabase.class.php
r994141 r994223 27 27 28 28 function __construct(){ 29 29 // empty 30 30 } 31 31 32 /** 33 * Process version updates 34 */ 32 35 function doUpdates(){ 33 36 global $wpdb; 34 37 35 38 $terms_table = WPSimileTimelineTerm::getTableName(); 36 37 // TODO: check if columns exist38 39 39 40 // @since: 0.4.9
Note: See TracChangeset
for help on using the changeset viewer.