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

git-svn-id: https://develop.svn.wordpress.org/trunk@7236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-03-11 08:55:57 +00:00
parent 498f3a60c8
commit a0648eee7f
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"
) );