Changeset 845492
- Timestamp:
- 01/26/2014 03:04:57 AM (12 years ago)
- File:
-
- 1 edited
-
td-ticket-system/tags/1.0.2/td-ticketsystem.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
td-ticket-system/tags/1.0.2/td-ticketsystem.php
r845484 r845492 4 4 * Plugin URI: http://www.transcendevelopment.com/td-ticket-system/ 5 5 * Description: A ticket system for Wordpress to maintain reliable communication with customers without the worry of missing emails. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: TranscenDevelopment 8 8 * Author URI: http://www.transcendevelopment.com … … 39 39 define('DIR', plugin_dir_path( __FILE__ )); 40 40 define('DIRURL', plugin_dir_url( __FILE__ )); 41 define('TDTTSVER', '1.0. 1');41 define('TDTTSVER', '1.0.2'); 42 42 43 43 add_action('admin_menu', 'td_tts_regMenuPage');
Note: See TracChangeset
for help on using the changeset viewer.