Make WordPress Core

Changeset 9457


Ignore:
Timestamp:
11/01/2008 05:26:04 AM (16 years ago)
Author:
azaozz
Message:

Fix View All Comments link on dashboard

File:
1 edited

Legend:

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

    r9447 r9457  
    387387?>
    388388
     389        <div id="the-comment-list" class="list:comment">
    389390        <p class="view-all"><a href="edit-comments.php"><?php _e( 'View All Comments' ); ?></a></p>
    390         <div id="the-comment-list" class="list:comment">
    391 
    392391<?php
    393392        foreach ( $comments as $comment )
Note: See TracChangeset for help on using the changeset viewer.