Changeset 629068
- Timestamp:
- 11/23/2012 05:48:22 PM (13 years ago)
- File:
-
- 1 edited
-
wp-postit/trunk/wp_postit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-postit/trunk/wp_postit.php
r629050 r629068 4 4 Plugin URI: http://benhur.teluq.uquebec.ca/~smaranda/?p=85 5 5 Description: This plug-in add postit or help to posts/pages. It can also provide global memopad to users. 6 Version: 1. 06 Version: 1.1 7 7 Author: Steve Maranda 8 8 Author URI: http://benhur.teluq.uquebec.ca/~smaranda/ … … 115 115 116 116 wp_enqueue_script("jquery"); 117 wp_enqueue_script('tiny_mce');117 wp_enqueue_script('tiny_mce'); 118 118 wp_enqueue_script('postitjs', plugin_dir_url($file) . 'wp_postit/js/code.php'); 119 119 wp_enqueue_style('postitcss', plugin_dir_url($file) . 'wp_postit/css/postit.css');
Note: See TracChangeset
for help on using the changeset viewer.