Ticket #8829: wp-app-category.diff

File wp-app-category.diff, 627 bytes (added by znarfor, 3 years ago)
  • wp-app.php

     
    11891189<?php endif; ?> 
    11901190<?php } ?> 
    11911191        <link rel="edit" href="<?php $this->the_entry_url() ?>" /> 
    1192 <?php foreach(get_the_category() as $category) { ?> 
    1193         <category scheme="<?php bloginfo_rss('home') ?>" term="<?php echo $category->name?>" /> 
    1194 <?php } ?> 
     1192        <?php the_category_rss('atom') ?> 
    11951193<?php list($content_type, $content) = prep_atom_text_construct(get_the_excerpt()); ?> 
    11961194        <summary type="<?php echo $content_type ?>"><?php echo $content ?></summary> 
    11971195</entry>