Add filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520

git-svn-id: https://develop.svn.wordpress.org/trunk@18802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-28 17:27:48 +00:00
parent 412422f15c
commit bbd210992d
10 changed files with 19 additions and 24 deletions

View File

@@ -3575,13 +3575,13 @@ p.popular-tags a {
.media-upload-form .align .field label {
display: inline;
padding: 0 0 0 22px;
margin: 0 1em 0 0;
padding: 0 0 0 23px;
margin: 0 1em 0 3px;
font-weight: bold;
}
.media-upload-form tr.image-size label {
margin: 0 0 0 3px;
margin: 0 0 0 5px;
font-weight: bold;
}