<div dir="ltr">Those things are all Plugin territory. They are site functionality, not presentation of user content.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 22, 2013 at 8:06 AM, esmi at quirm dot net <span dir="ltr"><<a href="mailto:esmi@quirm.net" target="_blank">esmi@quirm.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://themes.trac.wordpress.org/ticket/12168" target="_blank">https://themes.trac.wordpress.<u></u>org/ticket/12168</a>><br>

<br>
Just grabbed a new ticket and immediately noticed this in the theme's functions.php:<br>
<br>
remove_action('wp_head', 'adjacent_posts_rel_link_wp_<u></u>head', 10, 0);<br>
remove_action('wp_head', 'start_post_rel_link', 10, 0);<br>
remove_action('wp_head', 'wp_generator');<br>
remove_action('wp_head', 'rsd_link');<br>
remove_action('wp_head', 'wlwmanifest_link');<br>
remove_action('wp_head', 'feed_links_extra',3);<br>
remove_action('wp_head', 'rel_canonical');<br>
remove_action('wp_head', 'wp_shortlink_wp_head');<br>
remove_action('wp_head', 'feed_links', 2);<br>
remove_action('wp_head', 'index_rel_link');<br>
remove_action('wp_head', 'rel_next');<br>
remove_action('wp_head', 'parent_post_rel_link', 10, 0);<br>
remove_action('wp_head', 'locale_stylesheet');<br>
remove_action('wp_head', 'noindex');<br>
remove_action('wp_head', 'wp_print_styles');<br>
remove_action('wp_head', 'wp_print_head_scripts');<br>
<br>
The theme itself is pretty basic and is not removing any of the above because they are being replaced with custom functionality. It's just removing core functionality for no apparent reason - which makes me uncomfortable. Do you think that they could create problems for users in terms of a smooth transition from theme-to-theme?<br>

<br>
Mel<span class="HOEnZb"><font color="#888888"><br>
-- <br>
<a href="http://quirm.net" target="_blank">http://quirm.net</a><br>
<a href="http://blackwidows.co.uk" target="_blank">http://blackwidows.co.uk</a><br>
______________________________<u></u>_________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.<u></u>wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/<u></u>mailman/listinfo/theme-<u></u>reviewers</a><br>
</font></span></blockquote></div><br></div>