Fix comments postbox:
- Add comment button text. - Positioning of the Author, Email, URL fields. Fixes #32349. Built from https://develop.svn.wordpress.org/trunk@32495 git-svn-id: http://core.svn.wordpress.org/trunk@32465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -397,7 +397,7 @@ commentReply = {
|
||||
});
|
||||
} else if ( action == 'add' ) {
|
||||
$('#addhead, #addbtn', editRow).show();
|
||||
$('#replyhead, #replybtn, #edithead, #editbtn', editRow).hide();
|
||||
$('#replyhead, #replybtn, #edithead, #savebtn', editRow).hide();
|
||||
$('#the-comment-list').prepend(editRow);
|
||||
$('#replyrow').fadeIn(300);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user