Support attachment_fields_to_save and attachment_fields_to_edit for attachments going through post.php. see #22186. see #21391.

git-svn-id: https://develop.svn.wordpress.org/trunk@22783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-21 18:53:00 +00:00
parent b629757edb
commit e4759d815d
5 changed files with 45 additions and 23 deletions

View File

@@ -922,6 +922,11 @@ th.sorted a span {
padding-right: 18px;
}
.compat-attachment-fields th {
padding-right: 0;
padding-left: 10px;
}
/*------------------------------------------------------------------------------
11.1 - Custom Fields
------------------------------------------------------------------------------*/

View File

@@ -3400,6 +3400,11 @@ td.plugin-title p {
display: none;
}
.compat-attachment-fields th {
padding-top: 5px;
padding-right: 10px;
}
/*------------------------------------------------------------------------------
11.2 - Post Revisions
------------------------------------------------------------------------------*/