Ticket #24519: 24519.2.patch
| File 24519.2.patch, 4.6 KB (added by , 13 years ago) |
|---|
-
wp-admin/includes/meta-boxes.php
315 315 $post_formats[0][] = $post_format; 316 316 ?> 317 317 <div id="post-formats-select"> 318 <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> /> <label for="post-format-0">< ?php _e('Standard'); ?></label>318 <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> /> <label for="post-format-0"><span class="post-state-format format-standard" title="<?php _e( 'Standard' ); ?>"></span> <?php _e('Standard'); ?></label> 319 319 <?php foreach ( $post_formats[0] as $format ) : ?> 320 <br /><input type="radio" name="post_format" class="post-format" id="post-format-<?php echo esc_attr( $format ); ?>" value="<?php echo esc_attr( $format ); ?>" <?php checked( $post_format, $format ); ?> /> <label for="post-format-<?php echo esc_attr( $format ); ?>">< ?php echo esc_html( get_post_format_string( $format ) ); ?></label>320 <br /><input type="radio" name="post_format" class="post-format" id="post-format-<?php echo esc_attr( $format ); ?>" value="<?php echo esc_attr( $format ); ?>" <?php checked( $post_format, $format ); ?> /> <label for="post-format-<?php echo esc_attr( $format ); ?>"><span class="post-state-format format-<?php echo esc_attr( $format ); ?>" title="<?php echo esc_attr( get_post_format_string( $format ) ); ?>"></span> <?php echo esc_html( get_post_format_string( $format ) ); ?></label> 321 321 <?php endforeach; ?><br /> 322 322 </div> 323 323 <?php endif; endif; -
wp-admin/css/colors-classic.css
1460 1460 1461 1461 /* Post format icons */ 1462 1462 1463 a.post-state-format {1463 .post-state-format { 1464 1464 background: url(../images/post-formats-vs.png) no-repeat; 1465 1465 } 1466 1466 … … 2283 2283 } 2284 2284 2285 2285 /* 16px post formats */ 2286 a.post-state-format {2286 .post-state-format { 2287 2287 background-image: url(../images/post-formats32-vs.png); 2288 2288 background-size: 320px 32px; 2289 2289 } -
wp-admin/css/colors-fresh.css
1354 1354 1355 1355 /* Post format icons */ 1356 1356 1357 a.post-state-format {1357 .post-state-format { 1358 1358 background: url(../images/post-formats.png) no-repeat; 1359 1359 } 1360 1360 … … 2171 2171 } 2172 2172 2173 2173 /* 16px post formats */ 2174 a.post-state-format {2174 .post-state-format { 2175 2175 background-image: url(../images/post-formats32.png); 2176 2176 background-size: 320px 32px; 2177 2177 } -
wp-admin/css/wp-admin.css
3935 3935 11.4 - Post formats 3936 3936 ------------------------------------------------------------------------------*/ 3937 3937 3938 a.post-state-format {3938 .post-state-format { 3939 3939 overflow: hidden; 3940 3940 display: inline-block; 3941 3941 vertical-align: middle; … … 3946 3946 text-indent: -999em; 3947 3947 } 3948 3948 3949 a.post-state-format.format-image { 3949 .post-state-format.format-standard { 3950 background-position: -7px -8px; 3951 } 3952 3953 .post-state-format.format-image { 3950 3954 background-position: -40px -8px; 3951 3955 } 3952 3956 3953 a.post-state-format.format-gallery {3957 .post-state-format.format-gallery { 3954 3958 background-position: -72px -8px; 3955 3959 } 3956 3960 3957 a.post-state-format.format-audio {3961 .post-state-format.format-audio { 3958 3962 background-position: -104px -8px; 3959 3963 } 3960 3964 3961 a.post-state-format.format-video {3965 .post-state-format.format-video { 3962 3966 background-position: -135px -8px; 3963 3967 } 3964 3968 3965 a.post-state-format.format-chat {3969 .post-state-format.format-chat { 3966 3970 background-position: -168px -8px; 3967 3971 } 3968 3972 3969 a.post-state-format.format-status {3973 .post-state-format.format-status { 3970 3974 background-position: -200px -8px; 3971 3975 } 3972 3976 3973 a.post-state-format.format-aside {3977 .post-state-format.format-aside { 3974 3978 background-position: -232px -8px; 3975 3979 } 3976 3980 3977 a.post-state-format.format-quote {3981 .post-state-format.format-quote { 3978 3982 background-position: -264px -8px; 3979 3983 } 3980 3984 3981 a.post-state-format.format-link {3985 .post-state-format.format-link { 3982 3986 background-position: -296px -8px; 3983 3987 } 3984 3988 … … 6434 6438 6435 6439 #post-visibility-select, 6436 6440 #post-formats-select { 6437 line-height: 1.5em;6441 line-height: 2em; 6438 6442 margin-top: 3px; 6439 6443 } 6440 6444 6445 #post-formats-select input[type="radio"] { 6446 margin: 2px 5px 0 0; 6447 } 6448 6441 6449 #poststuff #submitdiv .inside { 6442 6450 margin: 0; 6443 6451 padding: 0;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)