Are themes still permitted to load browser-conditional style sheets using &lt;!--[if IE 7]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;ie7.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&lt;![endif]--&gt; or are they required to discover the browser using PHP and use wp_enqueue_style() ?<br>