Don't show textareas that have "hidden" as a class in the media modal.

See #27915.


Built from https://develop.svn.wordpress.org/trunk@28169


git-svn-id: http://core.svn.wordpress.org/trunk@28000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-04-19 18:34:17 +00:00
parent f6387ec25a
commit d9cf41cfcf
4 changed files with 6 additions and 4 deletions

View File

@ -1781,7 +1781,8 @@
margin-top: 24px;
}
.media-embed .setting input.hidden {
.media-embed .setting input.hidden,
.media-embed .setting textarea.hidden {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -1781,7 +1781,8 @@
margin-top: 24px;
}
.media-embed .setting input.hidden {
.media-embed .setting input.hidden,
.media-embed .setting textarea.hidden {
display: none;
}

File diff suppressed because one or more lines are too long