Changeset 565796
- Timestamp:
- 06/30/2012 03:29:29 PM (14 years ago)
- Location:
- explanatory-dictionary/trunk
- Files:
-
- 2 edited
-
explanatory-dictionary.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
explanatory-dictionary/trunk/explanatory-dictionary.php
r447484 r565796 3 3 Plugin Name: Explanatory Dictionary 4 4 Plugin 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>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/explanatory-dictionary-manage.php">Settings</a> 6 6 Version: 3.0.1 7 7 Author: Ruben Sargsyan … … 475 475 476 476 wp_enqueue_script('jquery'); 477 wp_enqueue_script('explanatory_dictionary_scripts', $explanatory_dictionary_plugin_url.'javascript/scripts.js' );477 wp_enqueue_script('explanatory_dictionary_scripts', $explanatory_dictionary_plugin_url.'javascript/scripts.js',array('jquery')); 478 478 479 479 add_filter('the_excerpt', 'add_explanatory_dictionary_words'); -
explanatory-dictionary/trunk/readme.txt
r447821 r565796 4 4 Tags: explanatory dictionary, dictionary, vocabulary, glossary, lexicon, explain, explanation, tooltips, descriptions 5 5 Requires at least: 2.6 6 Tested up to: 3. 2.17 Stable tag: 3.0. 16 Tested up to: 3.4.1 7 Stable tag: 3.0.2 8 8 9 9 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. … … 37 37 38 38 == Changelog == 39 40 = 3.0.2 = 41 42 * Solved jquery error problem. 39 43 40 44 = 3.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.