wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/content_timeline.php
equal
deleted
inserted
replaced
1 <?php |
|
2 /* |
|
3 Plugin Name: Content timeline |
|
4 Plugin URI: http://www.shindiristudio.com/timelinewp/ |
|
5 Description: Content timeline description |
|
6 Author: br0 |
|
7 Version: 2.02 |
|
8 Author URI: http://www.shindiristudio.com/ |
|
9 */ |
|
10 |
|
11 if (!class_exists("contentTimelineAdmin")) { |
|
12 require_once dirname( __FILE__ ) . '/content_timeline_class.php'; |
|
13 $ctimeline = new ContentTimelineAdmin (__FILE__); |
|
14 } |
|
15 |
|
16 ?> |
|