author | ymh <ymh.work@gmail.com> |
Mon, 14 Oct 2019 18:35:50 +0200 | |
changeset 11 | bf1778c34b9a |
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__); } ?>