author | ymh <ymh.work@gmail.com> |
Tue, 09 Jun 2015 03:35:32 +0200 | |
changeset 5 | 5e2f62d02dcd |
parent 0 | d970ebf37754 |
permissions | -rwxr-xr-x |
0 | 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 |
?> |