web/wp-admin/js/comment.dev.js
changeset 194 32102edaa81b
parent 136 bde1974c263b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
    34 
    34 
    35 		$('#timestampdiv').slideUp("normal");
    35 		$('#timestampdiv').slideUp("normal");
    36 		$('.edit-timestamp').show();
    36 		$('.edit-timestamp').show();
    37 		$('#timestamp').html(
    37 		$('#timestamp').html(
    38 			commentL10n.submittedOn + ' <b>' +
    38 			commentL10n.submittedOn + ' <b>' +
    39 			$( '#mm option[value=' + mm + ']' ).text() + ' ' +
    39 			$( '#mm option[value="' + mm + '"]' ).text() + ' ' +
    40 			jj + ', ' +
    40 			jj + ', ' +
    41 			aa + ' @ ' +
    41 			aa + ' @ ' +
    42 			hh + ':' +
    42 			hh + ':' +
    43 			mn + '</b> '
    43 			mn + '</b> '
    44 		);
    44 		);