Subversion Repositories wpShopGermany4

Rev

Rev 3228 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Template für die Ausgabe der DEBUG Informationen die über die Admin Bar erreichbar sind
         */

        require_once WPSG_PATH_WP.'/wp-admin/includes/plugin.php';

?>
<?php $this->callMods('admin_debugInfo'); ?>

<?php 

        $arPlugins = $this->get_option('active_plugins');
        
?>