Changeset 20580
- Timestamp:
- 04/24/2012 10:06:55 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.dev.css
r20573 r20580 3688 3688 .media-item .error-div { 3689 3689 line-height: 16px; 3690 font-size: 12px; 3691 margin: 10px; 3690 margin: 5px 10px; 3692 3691 padding: 0; 3693 3692 } 3694 3693 3695 3694 .media-item .error-div a.dismiss { 3695 display: block; 3696 3696 float: right; 3697 padding-left:15px;3697 margin: 5px 4px 0 15px; 3698 3698 } 3699 3699 -
trunk/wp-includes/js/plupload/handlers.dev.js
r20467 r20580 84 84 85 85 // if async-upload returned an error message, place it in the media item div and return 86 if ( serverData.match( 'media-upload-error') ) {86 if ( serverData.match(/media-upload-error|error-div/) ) { 87 87 item.html(serverData); 88 88 return;
Note: See TracChangeset
for help on using the changeset viewer.