Changeset 9132

Show
Ignore:
Timestamp:
10/13/08 21:08:34 (2 months ago)
Author:
ryan
Message:

Translation fixes for the comments table from msi08. fixes #7583

Files:

Legend:

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

    r9130 r9132  
    20072007            case 'response': 
    20082008                if ( 'single' !== $mode ) 
    2009                     echo "<td $attributes>&quot;$post_link&quot; " . sprintf('(%s comments)', $post->comment_count) . '<br />' . get_the_time(__('Y/m/d \a\t g:ia')) . '</td>'; 
     2009                    echo "<td $attributes>&quot;$post_link&quot; " . sprintf ( __ngettext('(%s comment)', '(%s comments)', $post->comment_count), $post->comment_count ) . '<br />' . get_the_time(__('Y/m/d \a\t g:ia')) . '</td>'; 
    20102010        } 
    20112011    }