<?php/*Plugin Name: Admin Menu EditorPlugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/Description: Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more. Version: 1.7.3Author: Janis ElstsAuthor URI: http://w-shadow.com/blog/*/if(include(dirname(__FILE__).'/includes/version-conflict-check.php')){return;}if(!defined('AME_ROOT_DIR')){define('AME_ROOT_DIR',dirname(__FILE__));}//Are we running in the Dashboard?if(is_admin()){//Load the pluginrequire'includes/menu-editor-core.php';$wp_menu_editor=newWPMenuEditor(__FILE__,'ws_menu_editor');}//is_admin()