Changeset 1287515
- Timestamp:
- 11/17/2015 03:08:26 AM (10 years ago)
- File:
-
- 1 edited
-
wp-event-calender/trunk/plugin-hook.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-event-calender/trunk/plugin-hook.php
r1265436 r1287515 432 432 <style type="text/css"> 433 433 div#event_calender_wp'.$id.' .month-year-bar{background:'.$color.';} 434 div.pro_event_calender_wp{display:none;} 434 435 </style> 436 <div class="pro_event_calender_wp"> 435 437 <div id="event_calender_wp'.$id.'" class = "jflatTimeline"><div class = "timeline-wrap"> 436 438 '; … … 457 459 '; 458 460 endwhile; 459 $list.= '</div></div> ';461 $list.= '</div></div></div>'; 460 462 wp_reset_query(); 461 463 return $list;
Note: See TracChangeset
for help on using the changeset viewer.