Bring the bubble back when we have moderated a comment. Fixes #6010 props mdawaffe.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-03-11 08:55:57 +00:00
parent 7733c94c8c
commit f14702fb65
2 changed files with 12 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ class WP_Scripts {
'good' => __('Good'),
'strong' => __('Strong')
) );
$this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080304' );
$this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080311' );
$this->localize( 'admin-comments', 'adminCommentsL10n', array(
'pending' => __('%i% pending') // must look like: "# blah blah"
) );