Plugin Directory

Changeset 197596


Ignore:
Timestamp:
01/24/2010 06:28:51 PM (16 years ago)
Author:
onykage
Message:

function error fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-vent-spy/trunk/wp-vent-spy.php

    r196921 r197596  
    2020  Description: Ventrilo Status Monitor for Wordpress
    2121  Author: Onykage
    22   Version: 1.2.1b
     22  Version: 1.2.1c
    2323  Author URI: http://www.superscriptz.net
    2424*/
     
    151151add_action('admin_menu', 'vspy_add_pages');
    152152add_action('admin_head', 'vspy_options_tools');
    153 add_action('after_plugin_row', 'add_plugin_update_row', 10, 2);
     153//add_action('after_plugin_row', 'add_plugin_update_row', 10, 2);
    154154add_filter('plugin_action_links', 'add_plugin_options_link', 10, 2);
    155155
Note: See TracChangeset for help on using the changeset viewer.