Changeset 395323
- Timestamp:
- 06/10/2011 05:42:56 AM (15 years ago)
- Location:
- auto-tooltip/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-tooltip/trunk/plugin.php
r361544 r395323 4 4 Plugin URI: http://www.yonadi.com 5 5 Description: add tooltip on your blog. 6 Version: 3. 07 Author: abdolmajed shah bakhsh ( ijbari ) 6 Version: 3.1 7 Author: abdolmajed shah bakhsh ( ijbari ) and mostafa soufi 8 8 Author URI: http://www.yonadi.com/ 9 9 */ … … 25 25 26 26 //create new top-level menu 27 add_options_page( 'auto_tooltip', 'auto_tooltip', 'administrator', 'auto_tooltip', 'auto_tooltip_settings_page');27 add_options_page(__('Auto Toltip', 'auto_tooltip'), __('Auto Toltip', 'auto_tooltip'), 'administrator', 'auto_tooltip', 'auto_tooltip_settings_page'); 28 28 29 29 //call register settings function 30 30 add_action( 'admin_init', 'auto_tooltip_register_mysettings' ); 31 }?> 32 33 <?php 31 } 34 32 add_action ('wp_head', 'addHeaderCode') ; 35 33 … … 115 113 <p class="submit"> 116 114 <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /> 117 </p>115 </p> 118 116 </form> 119 117 <?php } ?> -
auto-tooltip/trunk/readme.txt
r361543 r395323 1 === Plugin Name ===1 === Plugin Name === 2 2 Donate link: http://www.yonadi.com 3 3 Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip, page, post, … … 6 6 Stable tag: trunk 7 7 8 easy add very good tooltip on your blog. 9 10 8 easy adding very good tooltip on your blog. 9 یک تول تیپ خیلی زیبا را به وب سایت شما اضافه میکند . 10 نوشته شده توسط عبدالماجد شه بخش http://yonadi.com 11 با همکاری مصطفی صوفی http://iran98.org/ 11 12 == Description == 12 13 13 14 add tooltip on your blog. 14 15 15 use y iur wanted style if you dont like this style or color16 use your wanted style if you dont like this style or color 16 17 17 18
Note: See TracChangeset
for help on using the changeset viewer.