• <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>

    What does it means? It’s from the Stardust theme header.php

    I learning the ropes of coding and want to understand, what this guy actually spies on me? On my visitors etc?

Viewing 1 replies (of 1 total)
  • no spying going on
    this bit just supplies the wordpress version number – like when you do a “view source” on a page
    You can safely remove it as most themes don’t put that any more as it is considered a slight security risk (you know like when folks don’t upgrade)

Viewing 1 replies (of 1 total)
  • The topic ‘Security Concern’ is closed to new replies.