Ticket #8829: wp-app.php.diff
| File wp-app.php.diff, 630 bytes (added by josephscott, 3 years ago) |
|---|
-
wp-app.php
1200 1200 <?php endif; ?> 1201 1201 <?php } ?> 1202 1202 <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' ); ?> 1206 1204 <?php list($content_type, $content) = prep_atom_text_construct(get_the_excerpt()); ?> 1207 1205 <summary type="<?php echo $content_type ?>"><?php echo $content ?></summary> 1208 1206 </entry>
