Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 5.4.3 |
Comparing to | |
See all releases |
Code changes from version 5.4.2 to 5.4.3
- plugins/other_widget/widget-page.php +2 -2
- readme.txt +1 -1
- vkExUnit.php +1 -1
plugins/other_widget/widget-page.php
CHANGED
@@ -102,7 +102,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
102 |
/*
|
103 |
ウィジェットのタイトルに関する情報を出力する関数
|
104 |
[ 返り値 ]
|
105 |
-
$widget_title['display'] : 表示するかどうか
|
106 |
$widget_title['title'] : ウィジェットのタイトルとして表示する文字
|
107 |
*/
|
108 |
static public function widget_title( $instance ){
|
@@ -144,7 +144,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
144 |
$widget_title = $this->widget_title( $instance );
|
145 |
|
146 |
echo PHP_EOL.'<div id="widget-page-'.$pageid.'" class="widget_pageContent">' . PHP_EOL;
|
147 |
-
if ( $widget_title['
|
148 |
echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
|
149 |
}
|
150 |
echo apply_filters( 'the_content', $page->post_content );
|
102 |
/*
|
103 |
ウィジェットのタイトルに関する情報を出力する関数
|
104 |
[ 返り値 ]
|
105 |
+
$widget_title['display'] : 表示するかどうか // → 5.4.3以降は不要のはず。
|
106 |
$widget_title['title'] : ウィジェットのタイトルとして表示する文字
|
107 |
*/
|
108 |
static public function widget_title( $instance ){
|
144 |
$widget_title = $this->widget_title( $instance );
|
145 |
|
146 |
echo PHP_EOL.'<div id="widget-page-'.$pageid.'" class="widget_pageContent">' . PHP_EOL;
|
147 |
+
if ( $widget_title['title'] ) {
|
148 |
echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
|
149 |
}
|
150 |
echo apply_filters( 'the_content', $page->post_content );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.8.1
|
7 |
-
Stable tag: 5.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.8.1
|
7 |
+
Stable tag: 5.4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: http://ex-unit.vektor-inc.co.jp
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 5.4.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: http://ex-unit.vektor-inc.co.jp
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 5.4.3
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|