PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.11
VdoCipher: Secure Video Player and Hosting v1.11
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
← All changes | vdocipher.php +3 -3 1.121.11 View file →
@@ -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')) {