Ticket #35709: 35709.diff
| File 35709.diff, 699 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/widgets/class-wp-widget-recent-posts.php
82 82 <ul> 83 83 <?php while ( $r->have_posts() ) : $r->the_post(); ?> 84 84 <li> 85 <a href="<?php the_permalink(); ?>"><?php get_the_title() ? the_title() : the_ID(); ?></a>85 <a href="<?php the_permalink(); ?>"><?php get_the_title() ? the_title() : _e( '(no title)' ); ?></a> 86 86 <?php if ( $show_date ) : ?> 87 87 <span class="post-date"><?php echo get_the_date(); ?></span> 88 88 <?php endif; ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)