Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | Lightning Advanced Unit |
Version | 2.3.3 |
Comparing to | |
See all releases |
Code changes from version 2.3.2 to 2.3.3
- inc/widgets/widget-full-wide-title.php +1 -1
- lightning_advanced_unit.php +1 -1
- readme.txt +1 -1
inc/widgets/widget-full-wide-title.php
CHANGED
@@ -169,7 +169,7 @@ var vk_title_bg_image_delete = function(e){
|
|
169 |
|
170 |
// 画像が登録されている場合
|
171 |
if ( ! empty( $image ) && empty( $instance[ 'title_bg_color' ] ) ) {
|
172 |
-
$widget_outer_style = 'background: url(\''.esc_url( $image ).'\');';
|
173 |
// 背景色が登録されている場合(画像は登録されていない)
|
174 |
} else if ( ! empty( $instance[ 'title_bg_color' ] ) && empty( $image ) ) {
|
175 |
$widget_outer_style = 'background: '.sanitize_hex_color( $instance[ 'title_bg_color' ] ).';';
|
169 |
|
170 |
// 画像が登録されている場合
|
171 |
if ( ! empty( $image ) && empty( $instance[ 'title_bg_color' ] ) ) {
|
172 |
+
$widget_outer_style = 'background-image: url(\''.esc_url( $image ).'\');';
|
173 |
// 背景色が登録されている場合(画像は登録されていない)
|
174 |
} else if ( ! empty( $instance[ 'title_bg_color' ] ) && empty( $image ) ) {
|
175 |
$widget_outer_style = 'background: '.sanitize_hex_color( $instance[ 'title_bg_color' ] ).';';
|
lightning_advanced_unit.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
-
* Version: 2.3.
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
+
* Version: 2.3.3
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.0
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.0
|
7 |
+
Stable tag: 2.3.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|