Make WordPress Core


Ignore:
Timestamp:
06/02/2010 07:56:19 PM (14 years ago)
Author:
ryan
Message:

Whitespace cleanup. Props zeo. fixes #13678

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r15074 r15115  
    550550        <ul>
    551551        <?php  while ($r->have_posts()) : $r->the_post(); ?>
    552         <li><a href="<?php the_permalink() ?>" title="<?php echo esc_attr(get_the_title() ? get_the_title() : get_the_ID()); ?>"><?php if ( get_the_title() ) the_title(); else the_ID(); ?> </a></li>
     552        <li><a href="<?php the_permalink() ?>" title="<?php echo esc_attr(get_the_title() ? get_the_title() : get_the_ID()); ?>"><?php if ( get_the_title() ) the_title(); else the_ID(); ?></a></li>
    553553        <?php endwhile; ?>
    554554        </ul>
Note: See TracChangeset for help on using the changeset viewer.