Plugin Directory

Changeset 3447558


Ignore:
Timestamp:
01/27/2026 07:15:21 AM (2 months ago)
Author:
shakeelu
Message:

minor change in Code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confetti-fall-animation/tags/1.3.2/confetti-fall-animation.php

    r3444158 r3447558  
    121121            'manage_options',
    122122            'popup-settings',
    123             'render_plugin_background_settings_page'
    124         );
     123            ['CFA_Popup_Background_Image', 'render_settings_page']
     124        );
     125
    125126    }
    126127
    127128    public function settings_page() {
    128         $settings = new Confetti_Settings();
     129        $settings = new CFA_Confetti_Settings();
    129130        $settings->confetti_settings_page();
    130131    }
Note: See TracChangeset for help on using the changeset viewer.