Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r10661 r10810  
    518518
    519519    foreach ( (array) $authors as $author ) {
    520        
    521         $link = ''; 
    522        
     520
     521        $link = '';
     522
    523523        $author = get_userdata( $author->ID );
    524524        $posts = (isset($author_count[$author->ID])) ? $author_count[$author->ID] : 0;
Note: See TracChangeset for help on using the changeset viewer.