Changeset 565802
- Timestamp:
- 06/30/2012 03:36:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
explanatory-dictionary/trunk/explanatory-dictionary.php
r565796 r565802 4 4 Plugin URI: http://rubensargsyan.com/wordpress-plugin-explanatory-dictionary/ 5 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 Version: 3.0. 16 Version: 3.0.2 7 7 Author: Ruben Sargsyan 8 8 Author URI: http://rubensargsyan.com/ … … 34 34 $explanatory_dictionary_table_name = $wpdb->prefix."explanatory_dictionary"; 35 35 $explanatory_dictionary_plugin_prefix = "explanatory_dictionary_"; 36 $explanatory_dictionary_version = "3.0. 1";36 $explanatory_dictionary_version = "3.0.2"; 37 37 38 38 $charset_collate = '';
Note: See TracChangeset
for help on using the changeset viewer.