diff --git a/e107_core/shortcodes/batch/admin_shortcodes_old.php b/e107_core/shortcodes/batch/admin_shortcodes_old.php deleted file mode 100644 index b8568906b..000000000 --- a/e107_core/shortcodes/batch/admin_shortcodes_old.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php -/* -* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -* $Id$ -* -* Admin shortcode batch - registration -*/ -if (!defined('e107_INIT')) { exit; } - -$codes = array( -'admin_alt_nav', -'admin_credits', -'admin_docs', -'admin_help', -'admin_icon', -'admin_lang', -'admin_latest', -'admin_log', -'admin_logged', -'admin_logo', -'admin_menu', -'admin_msg', -'admin_nav', -'admin_navigation', -'admin_plugins', -'admin_preset', -'admin_pword', -'admin_sel_lan', -'admin_siteinfo', -'admin_status', -'admin_update', -'admin_userlan', -'admin_menumanager', -); - -register_shortcode('admin_shortcodes', $codes, e_CORE.'shortcodes/batch/admin_shortcodes_class.php'); -?> \ No newline at end of file