<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@
 #### New features
 
   * Version check now uses WordPress' &lt;abbr title=&quot;Hypertext Transport Protocol&quot;&gt;HTTP&lt;/abbr&gt; &lt;abbr title=&quot;Application Programming Interface&quot;&gt;API&lt;/abbr&gt; (r794)
-  * Added support for sticky posts (r793)
+  * Added support for sticky posts (r793, r796)
   * Version check now returns details of the latest release (r789)
   * Options page now uses WordPress' generic `POST` handler (r778, r788)
   * Added default widget sidebar content (r777)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 	
 	&lt;?php if(get_tarski_option('asidescategory') &amp;&amp; in_category(get_tarski_option('asidescategory'))) { // Aside loop ?&gt;
 		
-		&lt;div class=&quot;aside hentry&lt;?php if (is_sticky()) { echo ' sticky'; } ?&gt;&quot; id=&quot;p-&lt;?php the_ID(); ?&gt;&quot;&gt;
+		&lt;div &lt;?php post_class('aside'); ?&gt; id=&quot;p-&lt;?php the_ID(); ?&gt;&quot;&gt;
 			
 			&lt;div class=&quot;content entry-content&quot;&gt;&lt;?php the_content(__('Read the rest of this entry &amp;raquo;','tarski')); ?&gt;&lt;/div&gt;
 			
@@ -16,7 +16,7 @@
 	&lt;?php } else { // Non-Aside loop ?&gt;
 	
 	
-		&lt;div class=&quot;entry hentry&lt;?php if (is_sticky()) { echo ' sticky'; } ?&gt;&quot;&gt;
+		&lt;div &lt;?php post_class('entry'); ?&gt;&gt;
 			
 			&lt;div class=&quot;meta&quot;&gt;
 				&lt;h2 class=&quot;title entry-title&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php _e('Permanent link to ','tarski'); the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;</diff>
      <filename>loop.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bff26279735eb46493ea27e7bd0291568a235af9</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/tarski/commit/a3c0f7757d9a00b58c1bc4dcd809caba3b5673ec</url>
  <id>a3c0f7757d9a00b58c1bc4dcd809caba3b5673ec</id>
  <committed-date>2008-09-18T16:09:44-07:00</committed-date>
  <authored-date>2008-09-18T16:09:44-07:00</authored-date>
  <message>Update sticky posts implementation with post_class() function


git-svn-id: https://tarski.googlecode.com/svn/trunk@796 8ec1c81d-c82d-0410-ab24-9d07384f4a97</message>
  <tree>f8f781ea99f70dd1ac13e6ebca39d05a4d7009db</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
