Line 14 of theme.php in the whitespace theme is
Format::apply( 'autop', 'post_content_out' );
That tells habari to pass $post->content_out through the autop
formatter. There is no equivalent call for $post->content_excerpt.
The theme is just doing what it's told.
--
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
IRC: michaeltwofish #habari
> On Mar 27, 8:43 am, Michael Harris <michael.twof...@gmail.com> wrote:
>> 2009/3/27 Andy C <andyc...@gmail.com>:
>>
>> > I find it inconsistent that 'echo $post->content_out;' is passed
>> > through the autop filter whereas 'echo $post->content_excerpt;'
>> > doesn't.
>>
>> Line 14 of theme.php in the whitespace theme is
>> Format::apply( 'autop', 'post_content_out' );
>>
>> That tells habari to pass $post->content_out through the autop
>> formatter. There is no equivalent call for $post->content_excerpt.
>>
>> The theme is just doing what it's told.
>
> Oh - that's OK then. Completely consistent. My bad (as my kids say).
>
> In order to absolve myself of all responsibility, I now pass blame to
> that pesky elephant in the corner of the room and the original author
> of the wonderful Connections theme port who was unknowingly the father
> of so much of Whitespace which was born using the latest IVF
> techniques and blind plagiarism.
/me whistles VERY loudy.
--