mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Comments: add date column to WP_Comments_List_Table to allow sorting and to break out the date/time from the comment content column.
Props jshreve. Fixes #15520. git-svn-id: https://develop.svn.wordpress.org/trunk@34504 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -386,6 +386,10 @@ table.media .column-title .filename {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#comments-form .fixed .column-date {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
#commentsdiv.postbox .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user