Plugin Directory

Changeset 565796


Ignore:
Timestamp:
06/30/2012 03:29:29 PM (14 years ago)
Author:
s_ruben
Message:
 
Location:
explanatory-dictionary/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • explanatory-dictionary/trunk/explanatory-dictionary.php

    r447484 r565796  
    33Plugin Name: Explanatory Dictionary
    44Plugin URI: http://rubensargsyan.com/wordpress-plugin-explanatory-dictionary/
    5 Description: This plugin is used when there are words, words expressions or sentences to be explained via tooltips in the posts or pages of your wordpress blog. <a href="admin.php?page=explanatory-dictionary.php">Settings</a>
     5Description: This plugin is used when there are words, words expressions or sentences to be explained via tooltips in the posts or pages of your wordpress blog. <a href="admin.php?page=explanatory-dictionary/explanatory-dictionary-manage.php">Settings</a>
    66Version: 3.0.1
    77Author: Ruben Sargsyan
     
    475475
    476476wp_enqueue_script('jquery');
    477 wp_enqueue_script('explanatory_dictionary_scripts', $explanatory_dictionary_plugin_url.'javascript/scripts.js');
     477wp_enqueue_script('explanatory_dictionary_scripts', $explanatory_dictionary_plugin_url.'javascript/scripts.js',array('jquery'));
    478478
    479479add_filter('the_excerpt', 'add_explanatory_dictionary_words');
  • explanatory-dictionary/trunk/readme.txt

    r447821 r565796  
    44Tags: explanatory dictionary, dictionary, vocabulary, glossary, lexicon, explain, explanation, tooltips, descriptions
    55Requires at least: 2.6
    6 Tested up to: 3.2.1
    7 Stable tag: 3.0.1
     6Tested up to: 3.4.1
     7Stable tag: 3.0.2
    88
    99This plugin is used when there are words, words expressions or sentences to be explained via tooltips in the posts or pages of your wordpress blog.
     
    3737
    3838== Changelog ==
     39
     40= 3.0.2 =
     41
     42* Solved jquery error problem.
    3943
    4044= 3.0.1 =
Note: See TracChangeset for help on using the changeset viewer.