Plugin Directory

Changeset 2944385


Ignore:
Timestamp:
07/27/2023 09:15:20 PM (3 years ago)
Author:
rezaplus
Message:

update settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • twchat/trunk/classes/Settings.class.php

    r2944383 r2944385  
    2525    public function __construct()
    2626    {
    27         // if is not TWChat_settings page, return
    28         if (!isset($_GET['page']) || $_GET['page'] != 'TWChat_settings') {
    29             return;
    30         }
    31 
    3227        add_action('admin_init', array($this, 'page_init'));
    3328        add_action('admin_notices', array($this, 'settings_notice'));
Note: See TracChangeset for help on using the changeset viewer.