| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: VdoCipher |
| 4 | 4 | * Plugin URI: http://www.vdocipher.com |
| 5 | 5 | * Description: Secured video hosting for wordpress |
| 6 | - * Version: 1.12 | |
| 6 | + * Version: 1.10 | |
| 7 | 7 | * Author: VdoCipher |
| 8 | 8 | * Author URI: http://www.vdocipher.com |
| 9 | 9 | * License: GPL2 |
| 10 | 10 | */ |
| @@ -136,9 +136,9 @@ | ||
| 136 | 136 | add_filter("plugin_action_links_$plugin", 'vdo_settings_link'); |
| 137 | 137 | |
| 138 | 138 | function vdo_settings_link($links) |
| 139 | 139 | { |
| 140 | - $settings_link = '<a href="options-general.php?page=vdocipher">Settings</a>'; | |
| 140 | + $settings_link = '<a href="options-general.php?page=vdocipher.php">Settings</a>'; | |
| 141 | 141 | array_unshift($links, $settings_link); |
| 142 | 142 | return $links; |
| 143 | 143 | } |
| 144 | 144 | |
| @@ -151,9 +151,9 @@ | ||
| 151 | 151 | // non-admin enqueues, actions, and filters |
| 152 | 152 | } |
| 153 | 153 | function vdo_menu() |
| 154 | 154 | { |
| 155 | - add_menu_page('VdoCipher Options', 'VdoCipher', 'manage_options', 'vdocipher', 'vdo_options'); | |
| 155 | + add_options_page('VdoCipher Options', 'VdoCipher', 'manage_options', 'vdocipher', 'vdo_options'); | |
| 156 | 156 | } |
| 157 | 157 | function vdo_options() |
| 158 | 158 | { |
| 159 | 159 | if (!get_option('vdo_default_height')) { |