Make WordPress Core


Ignore:
Timestamp:
12/08/2008 01:39:23 AM (17 years ago)
Author:
azaozz
Message:

Straighten comment bubbles for FF

File:
1 edited

Legend:

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

    r10102 r10122  
    20792079                    }
    20802080                    echo "<td $attributes>\n";
    2081                     echo "&#8220;$post_link&#8221;<br />";
    2082 
    2083                     echo '<span class="post-com-count-wrapper">';
     2081                    echo $post_link;
     2082
     2083                    echo '<div class="response-links"><span class="post-com-count-wrapper">';
    20842084                    $pending_phrase = sprintf( __('%s pending'), number_format( $pending_comments ) );
    20852085                    if ( $pending_comments )
     
    20902090                    echo '</span> ';
    20912091                    echo "<a href='" . get_permalink( $post->ID ) . "'>#</a>";
    2092                     echo '</td>';
     2092                    echo '</div></td>';
    20932093                }
    20942094        }
Note: See TracChangeset for help on using the changeset viewer.