Ticket #5911: 5911-21.diff
| File 5911-21.diff, 1.3 KB (added by , 18 years ago) |
|---|
-
wp-admin/includes/media.php
142 142 do_action( "admin_head_{$content_func}" ); 143 143 ?> 144 144 </head> 145 <body >145 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?>> 146 146 <?php 147 147 $args = func_get_args(); 148 148 $args = array_slice($args, 1); -
wp-admin/media-upload.php
30 30 else 31 31 $tab = apply_filters('media_upload_default_tab', 'type'); 32 32 33 $body_id = 'media-upload'; 34 33 35 // let the action code decide how to handle the request 34 36 if ( $tab == 'type' ) 35 37 do_action("media_upload_$type"); -
wp-admin/css/colors-fresh.css
512 512 513 513 div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hover, .delete:hover { 514 514 color: #f00; 515 } 516 517 #media-upload a.delete { 518 color: #888; 515 519 } 520 No newline at end of file
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)