Changeset 3211344
- Timestamp:
- 12/21/2024 03:35:25 AM (15 months ago)
- Location:
- wp-useronline/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-useronline.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-useronline/trunk/readme.txt
r3210162 r3211344 5 5 Requires at least: 4.6 6 6 Tested up to: 6.7 7 Stable tag: 2.88. 77 Stable tag: 2.88.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 87 87 ## Changelog 88 ### 2.88.8 89 * FIXED: Remove widget code from useronline_init 90 88 91 ### 2.88.7 89 92 * FIXED: WP SCB Framework use init hook -
wp-useronline/trunk/wp-useronline.php
r3210162 r3211344 4 4 Plugin URI: https://lesterchan.net/portfolio/programming/php/ 5 5 Description: Enable you to display how many users are online on your Wordpress site 6 Version: 2.88. 76 Version: 2.88.8 7 7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: https://lesterchan.net … … 18 18 require_once __DIR__ . '/template-tags.php'; 19 19 require_once __DIR__ . '/deprecated.php'; 20 require_once __DIR__ . '/widget.php';21 20 22 21 new scbTable( 'useronline', __FILE__, " … … 79 78 UserOnline_Core::init( $options, $most ); 80 79 81 scbWidget::init( 'UserOnline_Widget', __FILE__, 'useronline' );82 83 80 if ( is_admin() ) { 84 81 require_once __DIR__ . '/admin.php';
Note: See TracChangeset
for help on using the changeset viewer.