Ticket #8829: wp-app.php.diff

File wp-app.php.diff, 630 bytes (added by josephscott, 3 years ago)

Minor style tweaks to original patch

  • wp-app.php

     
    12001200<?php endif; ?> 
    12011201<?php } ?> 
    12021202        <link rel="edit" href="<?php $this->the_entry_url() ?>" /> 
    1203 <?php foreach(get_the_category() as $category) { ?> 
    1204         <category scheme="<?php bloginfo_rss('home') ?>" term="<?php echo $category->name?>" /> 
    1205 <?php } ?> 
     1203        <?php the_category_rss( 'atom' ); ?> 
    12061204<?php list($content_type, $content) = prep_atom_text_construct(get_the_excerpt()); ?> 
    12071205        <summary type="<?php echo $content_type ?>"><?php echo $content ?></summary> 
    12081206</entry>