• Hi,

    I installed the AntiVirus plugin. After a scan, it suggested there might be a virus in /themes/downtown-night/sidebar.php (Line 11)
    I don’t really understand the code. Can anyone please help?
    Thanks!

    <div class=”sidebar”>

      <?php if ( !function_exists(‘dynamic_sidebar’)
      || !dynamic_sidebar() ) : ?>

      <li id=”search”>
      <?php include(TEMPLATEPATH . ‘/searchform.php’); ?>

      <?php wp_list_pages(‘depth=3&title_li=<h2>Pages</h2>’); ?>

    • <h2><?php _e(‘Categories’); ?></h2>
      <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
    • <h2><?php _e(‘Archives’); ?></h2>
      <?php wp_get_archives(‘type=monthly’); ?>

    <?php get_links_list(); ?>

    • <h2><?php _e(‘Meta’); ?></h2>
      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    <?php endif; ?>

    <div style=”clear:both;”></div>

    </div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘AntiVirus’ is closed to new replies.