Make WordPress Core


Ignore:
Timestamp:
01/04/2008 11:53:15 AM (16 years ago)
Author:
matt
Message:

Update comment count in single post row on post comment screen, edit.php?p=1&c=1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r6272 r6550  
    6767        if ( $left )
    6868            echo '<strong>';
    69         comments_number("<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase'>" . __('0') . '</a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase'>" . __('1') . '</a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase'>" . __('%') . '</a>');
     69        comments_number("<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count'>" . __('0') . '</a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count'>" . __('1') . '</a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count'>" . __('%') . '</a>');
    7070        if ( $left )
    7171            echo '</strong>';
Note: See TracChangeset for help on using the changeset viewer.