<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[14692] trunk/wp-content/themes/twentyten: @subpackage cannot have spaces.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/14692">14692</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-05-16 17:10:21 +0000 (Sun, 16 May 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>@subpackage cannot have spaces.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentyten404php">trunk/wp-content/themes/twentyten/404.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenarchivephp">trunk/wp-content/themes/twentyten/archive.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenattachmentphp">trunk/wp-content/themes/twentyten/attachment.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenauthorphp">trunk/wp-content/themes/twentyten/author.php</a></li>
<li><a href="#trunkwpcontentthemestwentytencategoryphp">trunk/wp-content/themes/twentyten/category.php</a></li>
<li><a href="#trunkwpcontentthemestwentytencommentsphp">trunk/wp-content/themes/twentyten/comments.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenfooterphp">trunk/wp-content/themes/twentyten/footer.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenfunctionsphp">trunk/wp-content/themes/twentyten/functions.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenheaderphp">trunk/wp-content/themes/twentyten/header.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenindexphp">trunk/wp-content/themes/twentyten/index.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenloopphp">trunk/wp-content/themes/twentyten/loop.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenonecolumnpagephp">trunk/wp-content/themes/twentyten/onecolumn-page.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenpagephp">trunk/wp-content/themes/twentyten/page.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensearchphp">trunk/wp-content/themes/twentyten/search.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensidebarfooterphp">trunk/wp-content/themes/twentyten/sidebar-footer.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensidebarphp">trunk/wp-content/themes/twentyten/sidebar.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensinglephp">trunk/wp-content/themes/twentyten/single.php</a></li>
<li><a href="#trunkwpcontentthemestwentytentagphp">trunk/wp-content/themes/twentyten/tag.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentyten404php"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/404.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/404.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/404.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The template for displaying 404 pages (Not Found)
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/archive.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/archive.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/archive.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">  * Learn more: http://codex.wordpress.org/Template_Hierarchy
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenattachmentphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/attachment.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/attachment.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/attachment.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The template used to display attachments.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenauthorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/author.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/author.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/author.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The template used to display Author Archive pages
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytencategoryphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/category.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/category.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/category.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The template used to display Category Archive pages
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytencommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/comments.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/comments.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/comments.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">  * located in the functions.php file
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenfooterphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/footer.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/footer.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/footer.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">  * after.  Calls sidebar-footer.php for bottom widgets
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/functions.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/functions.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/functions.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">  * For more information on hooks, see http://codex.wordpress.org/Plugin_API.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/header.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/header.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/header.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx">  * Displays all of the &lt;head&gt; section and everything up till &lt;div id=&quot;main&quot;&gt;
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenindexphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/index.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/index.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/index.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">  * Learn more: http://codex.wordpress.org/Template_Hierarchy
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenloopphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/loop.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/loop.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/loop.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">  * the tags used in it.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenonecolumnpagephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/onecolumn-page.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/onecolumn-page.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/onecolumn-page.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">  * Selectable from a dropdown menu on the edit page screen.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenpagephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/page.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/page.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/page.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">  * different template.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytensearchphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/search.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/search.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/search.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The Search Results template
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytensidebarfooterphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/sidebar-footer.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/sidebar-footer.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/sidebar-footer.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The Footer widget areas
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytensidebarphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/sidebar.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/sidebar.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/sidebar.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The Sidebar containing the primary and secondary widget areas
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytensinglephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/single.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/single.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/single.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The Template used to display all single posts
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytentagphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/tag.php (14691 => 14692)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/tag.php        2010-05-16 13:41:02 UTC (rev 14691)
+++ trunk/wp-content/themes/twentyten/tag.php        2010-05-16 17:10:21 UTC (rev 14692)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">  * The template used to display Tag Archive pages
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><del>- * @subpackage Twenty Ten
</del><ins>+ * @subpackage Twenty_Ten
</ins><span class="cx">  * @since 3.0.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>