Pinking shears

git-svn-id: http://svn.automattic.com/wordpress/trunk@18386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-06-30 21:59:45 +00:00
parent fdc7409251
commit 98ea343717
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
} }
.rtl #dashboard_right_now p.musub { .rtl #dashboard_right_now p.musub {
padding-left: 0; padding-left: 0;
padding-right: 16px; padding-right: 16px;
} }

View File

@ -1793,7 +1793,7 @@ function wp_fullscreen_html() {
<?php <?php
$media_link_type = 'image'; $media_link_type = 'image';
if ( is_multisite() && ( ( ! $mu_media_buttons = get_site_option( 'mu_media_buttons' ) ) || empty( $mu_media_buttons['image'] ) ) ) if ( is_multisite() && ( ( ! $mu_media_buttons = get_site_option( 'mu_media_buttons' ) ) || empty( $mu_media_buttons['image'] ) ) )
$media_link_type = 'media'; $media_link_type = 'media';
$buttons = array( $buttons = array(

View File

@ -50,7 +50,7 @@
$('option', select).remove(); $('option', select).remove();
$.each(inputs, function( id, value ) { $.each(inputs, function( id, value ) {
var val = value.replace(/<\/?[a-z][^>]*>/gi, ''); var val = value.replace(/<\/?[a-z][^>]*>/gi, '');
if ( inputs[id].length && $.inArray( val, dub ) == -1 ) { if ( inputs[id].length && $.inArray( val, dub ) == -1 ) {
dub.push(val); dub.push(val);

View File

@ -183,7 +183,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
<br /> <br />
<?php <?php
$allowed_zones = timezone_identifiers_list(); $allowed_zones = timezone_identifiers_list();
if ( in_array( $tzstring, $allowed_zones) ) { if ( in_array( $tzstring, $allowed_zones) ) {
$found = false; $found = false;
$date_time_zone_selected = new DateTimeZone($tzstring); $date_time_zone_selected = new DateTimeZone($tzstring);