author | ymh <ymh.work@gmail.com> |
Mon, 14 Oct 2019 18:28:13 +0200 | |
changeset 9 | 177826044cd9 |
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__); } ?>