author | ymh <ymh.work@gmail.com> |
Tue, 09 Jun 2015 03:35:32 +0200 | |
changeset 5 | 5e2f62d02dcd |
parent 0 | d970ebf37754 |
permissions | -rwxr-xr-x |
<?php /* Plugin Name: Content timeline Plugin URI: http://www.shindiristudio.com/timelinewp/ Description: Content timeline description Author: br0 Version: 2.02 Author URI: http://www.shindiristudio.com/ */ if (!class_exists("contentTimelineAdmin")) { require_once dirname( __FILE__ ) . '/content_timeline_class.php'; $ctimeline = new ContentTimelineAdmin (__FILE__); } ?>