Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@18386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
76e5ba0e53
commit
9e7890c3f6
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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(
|
||||||
|
@ -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);
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user