Changeset 3333178
- Timestamp:
- 07/23/2025 10:39:28 PM (8 months ago)
- Location:
- userecho/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
userecho.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
userecho/trunk/readme.txt
r2481799 r3333178 3 3 Donate link: https://userecho.com/ 4 4 Tags: feedback, users community, widget, ideas, helpdesk, livechat 5 Requires at least: 2.86 Tested up to: 5.6.27 Stable tag: 1.0.2 65 Requires at least: 3.0 6 Tested up to: 6.8.2 7 Stable tag: 1.0.27 8 8 9 9 Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO. -
userecho/trunk/userecho.php
r2481799 r3333178 2 2 /* 3 3 Plugin Name: UserEcho for Wordpress - collect feedback for your blog 4 Version: 1.0.2 64 Version: 1.0.27 5 5 Plugin URI: https://userecho.com 6 6 Author: UserEcho … … 463 463 464 464 class UserEcho_SSO_Widget extends WP_Widget { 465 //public function __construct() { 466 public function UserEcho_SSO_Widget() { 465 public function __construct() { 467 466 $widget_ops = array( 'classname' => 'userecho_sso_widget', 'description' => __( 'Adds a customizable link to UserEcho community with SSO support', 'UserEcho' ) ); 468 467 parent::__construct( 'userecho_sso_widget', __( 'UserEcho link', 'UserEcho' ), $widget_ops ); 469 468 } 470 471 //Because widget_name::__construct() calls WP_Widget::WP_Widget(), which in turn calls widget_name::__construct() etc.472 473 //A simple solution would be to make widget_name::__construct() call WP_Widget::__construct() directly.474 469 475 470 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.