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:
Scott Taylor
2015-09-24 17:26:54 +00:00
parent ba2842f326
commit 821821c8b5
3 changed files with 21 additions and 17 deletions

View File

@@ -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;