Changeset 2944385
- Timestamp:
- 07/27/2023 09:15:20 PM (3 years ago)
- File:
-
- 1 edited
-
twchat/trunk/classes/Settings.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twchat/trunk/classes/Settings.class.php
r2944383 r2944385 25 25 public function __construct() 26 26 { 27 // if is not TWChat_settings page, return28 if (!isset($_GET['page']) || $_GET['page'] != 'TWChat_settings') {29 return;30 }31 32 27 add_action('admin_init', array($this, 'page_init')); 33 28 add_action('admin_notices', array($this, 'settings_notice'));
Note: See TracChangeset
for help on using the changeset viewer.