<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>It should be <div><br></div><div>wp enqueue_script( 'themename-nivo-slider', ... );<br><br>As the rule states, all theme defined hooks/functions should be properly prefixed.<br><br><div>> Date: Thu, 27 Feb 2014 08:32:38 -0600<br>> From: kovshenin@gmail.com<br>> To: theme-reviewers@lists.wordpress.org<br>> Subject: [theme-reviewers] Bundling libraries and prefixing<br>> <br>> Quick question.<br>> <br>> If a theme bundled the Twitter Bootstrap library, or Nivo Slider, or<br>> jQuery Colorbox, should it prefix the wp_enqueue_script/style handles<br>> with the theme name, or should it use a generic name?<br>> <br>> wp_enqueue_script( 'nivo-slider', ... );<br>> <br>> vs<br>> <br>> wp enqueue_script( 'themename-nivo-slider', ... );<br>> <br>> Thanks!<br>> <br>> -- <br>> Konstantin<br>> _______________________________________________<br>> theme-reviewers mailing list<br>> theme-reviewers@lists.wordpress.org<br>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers<br></div></div>                                     </div></body>
</html>