PluginProbe
SendWP / 0.0.2
SendWP v0.0.2
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
← All changes | includes/admin/load.php +1 -1 1.0.00.0.2 View file →
@@ -23,6 +23,6 @@
23 23 if(!sendwp_forwarding_enabled()){
24 24 $menu_title .= '&nbsp;<span class="update-plugins"><span class="update-count">!</span></span>';
25 25 }
26 26
27 - add_submenu_page( 'tools.php', $page_title, $menu_title, $capability, $menu_slug, $function, $icon, $position );
27 + add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon, $position );
28 28 } );