<div dir="ltr">Note: most document head "cleanup" functions - typically involving removing core filters and actions - are generally not appropriate for directory-hosted Themes, because most of the time, they constitute Plugin territory.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Sep 28, 2013 at 8:08 AM, Ivan Miletić <span dir="ltr"><<a href="mailto:ivan2704@gmail.com" target="_blank">ivan2704@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,51,51)">Well as Wordpress was primary blogging tool it has many things in header that are related to blogging like previous next links, canonical links, generator meta for debugging. </div>

<div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,51,51)">Bones header is similar to other headers because it takes that junk oun with function <i>bones_head_cleanup()</i> (library/bones.php file, line 62). You can easily integrate that or similar function in every theme :).</div>

</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><font face="verdana, sans-serif" color="#666666"><i style>--<br>Ivan Miletić</i></font><br></div></div>
<br><br><div class="gmail_quote"><div><div class="h5">On Sat, Sep 28, 2013 at 1:20 PM, <a href="mailto:nan@designpromote.co.uk" target="_blank">nan@designpromote.co.uk</a> <span dir="ltr"><<a href="mailto:nan@designpromote.co.uk" target="_blank">nan@designpromote.co.uk</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif">
<div lang="x-western">
  

    
  
  
    <a href="http://themble.com/bones" target="_blank">themble.com/bones</a> claims that WordPress throws a ton of junk in the
    header. Bones takes a lot of it out. <br>
    <br>
    However, I can't find much difference on Bones' header.php (listed
    as below)<br>
    <br>
    Is it over stated, or wp-header.php has room to optimize? <br>
    <br>
    Regards, <br>
    Nan<br><br>
    /* Bones' header.php*/<br>
    <!doctype html><br>
    <br>
    <!--[if lt IE 7]><html <?php language_attributes();
    ?> class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--><br>
    <!--[if (IE 7)&!(IEMobile)]><html <?php
    language_attributes(); ?> class="no-js lt-ie9
    lt-ie8"><![endif]--><br>
    <!--[if (IE 8)&!(IEMobile)]><html <?php
    language_attributes(); ?> class="no-js
    lt-ie9"><![endif]--><br>
    <!--[if gt IE 8]><!--> <html <?php
    language_attributes(); ?>
    class="no-js"><!--<![endif]--><br>
    <br>
        <head><br>
            <meta charset="utf-8"><br>
    <br>
            <!-- Google Chrome Frame for IE --><br>
            <meta http-equiv="X-UA-Compatible"
    content="IE=edge,chrome=1"><br>
    <br>
            <title><?php wp_title(''); ?></title><br>
    <br>
            <!-- mobile meta (hooray!) --><br>
            <meta name="HandheldFriendly" content="True"><br>
            <meta name="MobileOptimized" content="320"><br>
            <meta name="viewport" content="width=device-width,
    initial-scale=1.0"/><br>
    <br>
            <!-- icons & favicons (for more:
    <a href="http://www.jonathantneal.com/blog/understand-the-favicon/" target="_blank">http://www.jonathantneal.com/blog/understand-the-favicon/</a>) --><br>
            <link rel="apple-touch-icon" href="<?php echo
    get_template_directory_uri();
    ?>/library/images/apple-icon-touch.png"><br>
            <link rel="icon" href="<?php echo
    get_template_directory_uri(); ?>/favicon.png"><br>
            <!--[if IE]><br>
                <link rel="shortcut icon" href="<?php echo
    get_template_directory_uri(); ?>/favicon.ico"><br>
            <![endif]--><br>
            <!-- or, set /favicon.ico for IE10 win --><br>
            <meta name="msapplication-TileColor"
    content="#f01d4f"><br>
            <meta name="msapplication-TileImage" content="<?php
    echo get_template_directory_uri();
    ?>/library/images/win8-tile-icon.png"><br>
    <br>
            <link rel="pingback" href="<?php
    bloginfo('pingback_url'); ?>"><br>
    <br>
            <!-- wordpress head functions --><br>
            <?php wp_head(); ?><br>
            <!-- end of wordpress head --><br>
    <br>
            <!-- drop Google Analytics Here --><br>
            <!-- end analytics --><br>
    /*****/<br>
    <br>
    <div><br></div>
  


</div>

</div><br></div></div>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>