Ticket #8829: wp-app-category.diff
| File wp-app-category.diff, 627 bytes (added by znarfor, 3 years ago) |
|---|
-
wp-app.php
1189 1189 <?php endif; ?> 1190 1190 <?php } ?> 1191 1191 <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') ?> 1195 1193 <?php list($content_type, $content) = prep_atom_text_construct(get_the_excerpt()); ?> 1196 1194 <summary type="<?php echo $content_type ?>"><?php echo $content ?></summary> 1197 1195 </entry>
