Plugin Directory

Changeset 629068


Ignore:
Timestamp:
11/23/2012 05:48:22 PM (13 years ago)
Author:
quartz
Message:

version update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-postit/trunk/wp_postit.php

    r629050 r629068  
    44  Plugin URI: http://benhur.teluq.uquebec.ca/~smaranda/?p=85
    55  Description: This plug-in add postit or help to posts/pages. It can also provide global memopad to users.
    6   Version: 1.0
     6  Version: 1.1
    77  Author: Steve Maranda
    88  Author URI: http://benhur.teluq.uquebec.ca/~smaranda/
     
    115115   
    116116    wp_enqueue_script("jquery");
    117        wp_enqueue_script('tiny_mce');
     117    wp_enqueue_script('tiny_mce');
    118118    wp_enqueue_script('postitjs', plugin_dir_url($file) . 'wp_postit/js/code.php');
    119119    wp_enqueue_style('postitcss', plugin_dir_url($file) . 'wp_postit/css/postit.css');
Note: See TracChangeset for help on using the changeset viewer.