Plugin Directory

Changeset 993977


Ignore:
Timestamp:
09/20/2014 05:23:50 PM (12 years ago)
Author:
freshlabs
Message:

Reverted

File:
1 edited

Legend:

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

    r650725 r993977  
    3939        #exit();       
    4040        // Save options for bands, hotzones and highlight decorators
    41         foreach($postdata['stl_timeline']['bands'] as $band){
     41        foreach($postdata['stl_timeline']['bands'] as $band){       
    4242            $band_obj = new WPSimileTimelineBand();
    4343            $band_obj->set($band);
Note: See TracChangeset for help on using the changeset viewer.