Changeset 197596
- Timestamp:
- 01/24/2010 06:28:51 PM (16 years ago)
- File:
-
- 1 edited
-
wp-vent-spy/trunk/wp-vent-spy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-vent-spy/trunk/wp-vent-spy.php
r196921 r197596 20 20 Description: Ventrilo Status Monitor for Wordpress 21 21 Author: Onykage 22 Version: 1.2.1 b22 Version: 1.2.1c 23 23 Author URI: http://www.superscriptz.net 24 24 */ … … 151 151 add_action('admin_menu', 'vspy_add_pages'); 152 152 add_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); 154 154 add_filter('plugin_action_links', 'add_plugin_options_link', 10, 2); 155 155
Note: See TracChangeset
for help on using the changeset viewer.