- Timestamp:
- 03/17/2016 05:39:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/rss.php
r1489 r2755 21 21 <?php 22 22 23 $themes = wporg_themes_get_themes_for_query(); 24 foreach ( $themes['themes'] as $theme ) : 23 while ( have_posts() ) : 24 the_post(); 25 $theme = wporg_themes_theme_information( $post->post_name ); 25 26 ?> 26 27 <item> … … 36 37 <content:encoded><![CDATA[<?php echo esc_html( $theme->description ); ?>]]></content:encoded> 37 38 </item> 38 <?php end foreach; ?>39 <?php endwhile; ?> 39 40 </channel> 40 41 </rss>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)