Add menu-vs-2x.png and 2x media-button.png, pngcrush all in wp-admin/images, props empireoflight, see #21019
git-svn-id: http://core.svn.wordpress.org/trunk@21980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
@ -1859,7 +1859,7 @@ div.wp-menu-image {
|
|||
.menu-icon-settings div.wp-menu-image,
|
||||
.icon16.icon-site,
|
||||
.menu-icon-site div.wp-menu-image {
|
||||
background-image: url('../images/menu-2x.png?ver=20120412');
|
||||
background-image: url('../images/menu-vs-2x.png?ver=20120412');
|
||||
background-size: 390px 64px;
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 652 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 92 B |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 89 B |
After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 776 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 939 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 849 B After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 539 B |
|
@ -379,7 +379,7 @@ document.body.className = document.body.className.replace('no-js', 'js');
|
|||
function media_buttons($editor_id = 'content') {
|
||||
$context = apply_filters('media_buttons_context', __('Upload/Insert %s'));
|
||||
|
||||
$img = '<img src="' . esc_url( admin_url( 'images/media-button.png?ver=20111005' ) ) . '" width="15" height="15" />';
|
||||
$img = '<img src="' . esc_url( admin_url( 'images/media-button.png?ver=20111005' ) ) . '" width="16" height="16" />';
|
||||
|
||||
echo '<a href="' . esc_url( get_upload_iframe_src() ) . '" class="thickbox add_media" id="' . esc_attr( $editor_id ) . '-add_media" title="' . esc_attr__( 'Add Media' ) . '" onclick="return false;">' . sprintf( $context, $img ) . '</a>';
|
||||
}
|
||||
|
|