Commit 7a7e7cb0 authored by Vadim's avatar Vadim

Version 2.7.3

Исправлена мелкая ошибка
parent f0f0a175
......@@ -3,7 +3,7 @@
Plugin Name: Bg Az-Counter
Plugin URI: https://bogaiskov.ru
Description: Подсчет количества посещений страниц на базе stat.azbyka.ru
Version: 2.7.2
Version: 2.7.3
Author: VBog
Author URI: https://bogaiskov.ru
License: GPL2
......@@ -38,7 +38,7 @@
if ( !defined('ABSPATH') ) {
die( 'Sorry, you are not allowed to access this page directly.' );
}
define('BG_COUNTER_VERSION', '2.7.2');
define('BG_COUNTER_VERSION', '2.7.3');
define('BG_COUNTER_LOG', dirname(__FILE__ ).'/bg_counter.log');
define('BG_COUNTER_STAT_COUNTERS','https://stat.azbyka.ru/counters');
......
......@@ -116,6 +116,10 @@ class bg_counter_OnlineNowWidget extends WP_Widget {
public function form( $instance ) {
if ( isset( $instance[ 'title' ] ) ) {
$title = $instance[ 'title' ];
$subtitle1 = $instance['subtitle1'];
$unit1 = $instance['unit1'];
$subtitle2 = $instance['subtitle2'];
$subtitle3 = $instance['subtitle3'];
}
?>
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment