Changeset 993977
- Timestamp:
- 09/20/2014 05:23:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-simile-timeline/trunk/inc/WPSimileTimelineAdmin.class.php
r650725 r993977 39 39 #exit(); 40 40 // Save options for bands, hotzones and highlight decorators 41 foreach($postdata['stl_timeline']['bands'] as $band){ 41 foreach($postdata['stl_timeline']['bands'] as $band){ 42 42 $band_obj = new WPSimileTimelineBand(); 43 43 $band_obj->set($band);
Note: See TracChangeset
for help on using the changeset viewer.