author | ymh <ymh.work@gmail.com> |
Wed, 13 Nov 2013 17:59:35 +0000 | |
changeset 3 | 6d22aaa62d12 |
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__); } ?>