Ticket #2827: 2827.diff
| File 2827.diff, 765 bytes (added by , 20 years ago) |
|---|
-
wp-admin/index.php
14 14 <div id="zeitgeist"> 15 15 <h2><?php _e('Latest Activity'); ?></h2> 16 16 17 <?php if ( '1' == get_option('blog_public') ) { ?> 17 18 <?php 18 19 $rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress'); 19 20 if ( isset($rss->items) && 0 != count($rss->items) ) { … … 30 31 </ul> 31 32 </div> 32 33 <?php } ?> 34 <?php } ?> 33 35 34 36 <?php 35 37 $comments = $wpdb->get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 5");
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)