]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/comment.dev.js
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / js / comment.dev.js
index acb1dd8653eb4086265c85449c905f16062b2dd4..a014a515fccf6983f3554d58194564284c10cd15 100644 (file)
@@ -36,7 +36,7 @@ jQuery(document).ready( function($) {
                $('.edit-timestamp').show();
                $('#timestamp').html(
                        commentL10n.submittedOn + ' <b>' +
-                       $( '#mm option[value=' + mm + ']' ).text() + ' ' +
+                       $( '#mm option[value="' + mm + '"]' ).text() + ' ' +
                        jj + ', ' +
                        aa + ' @ ' +
                        hh + ':' +
@@ -44,4 +44,4 @@ jQuery(document).ready( function($) {
                );
                return false;
        });
-});
\ No newline at end of file
+});