Edit Comment screen: remove the "View Comment" button (actually a link) from the publish meta box. Mimic the "Edit URL/Permalink" UI from the Edit Post screen to show the comment link below the screen title, but make it an actual link, not a button.

Props ocean90, DrewAPicture, wonderboymusic.
Fixes #19168.


git-svn-id: https://develop.svn.wordpress.org/trunk@34072 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-12 03:19:21 +00:00
parent dd55363884
commit 3cbec930bb
2 changed files with 19 additions and 9 deletions

View File

@@ -89,7 +89,8 @@ input#link_url {
margin-top: -1px;
}
#edit-slug-box {
#edit-slug-box,
#comment-link-box {
line-height: 24px;
min-height: 25px; /* Yes, line-height + 1 */
margin-top: 5px;
@@ -102,6 +103,11 @@ input#link_url {
font-size: 11px;
}
#comment-link-box {
margin: 5px 0;
padding: 0 5px;
}
#editable-post-name-full {
display: none;
}