Make WordPress Core

Changeset 9132


Ignore:
Timestamp:
10/13/2008 09:08:34 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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    }
Note: See TracChangeset for help on using the changeset viewer.