Plugin Directory

Changeset 395323


Ignore:
Timestamp:
06/10/2011 05:42:56 AM (15 years ago)
Author:
yonadi.com
Message:
 
Location:
auto-tooltip/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • auto-tooltip/trunk/plugin.php

    r361544 r395323  
    44Plugin URI: http://www.yonadi.com
    55Description: add tooltip on your blog.
    6 Version: 3.0
    7 Author: abdolmajed shah bakhsh ( ijbari )
     6Version: 3.1
     7Author: abdolmajed shah bakhsh ( ijbari ) and mostafa soufi
    88Author URI: http://www.yonadi.com/
    99*/
     
    2525
    2626    //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');
    2828
    2929    //call register settings function
    3030    add_action( 'admin_init', 'auto_tooltip_register_mysettings' );
    31 }?>
    32 
    33 <?php
     31}
    3432add_action ('wp_head', 'addHeaderCode') ;
    3533
     
    115113     <p class="submit">
    116114    <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
    117     </p>
     115    </p>
    118116</form>
    119117<?php } ?>
  • auto-tooltip/trunk/readme.txt

    r361543 r395323  
    1 === Plugin Name ===
     1=== Plugin Name ===
    22Donate link: http://www.yonadi.com
    33Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip, page, post,
     
    66Stable tag: trunk
    77
    8 easy add very good tooltip on your blog.
    9 
    10 
     8easy adding very good tooltip on your blog.
     9یک تول تیپ خیلی زیبا را به وب سایت شما اضافه میکند .
     10نوشته شده توسط عبدالماجد شه بخش http://yonadi.com
     11با همکاری مصطفی صوفی http://iran98.org/
    1112== Description ==
    1213
    1314add tooltip on your blog.
    1415
    15 use yiur wanted style if you dont like this style or color
     16use your wanted style if you dont like this style or color
    1617
    1718
Note: See TracChangeset for help on using the changeset viewer.