Changeset 3447546
- Timestamp:
- 01/27/2026 06:58:46 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
confetti-fall-animation/trunk/confetti-fall-animation.php
r3444158 r3447546 121 121 'manage_options', 122 122 'popup-settings', 123 'render_plugin_background_settings_page' 124 ); 123 ['CFA_Popup_Background_Image', 'render_settings_page'] 124 ); 125 125 126 } 126 127 127 128 public function settings_page() { 128 $settings = new C onfetti_Settings();129 $settings = new CFA_Confetti_Settings(); 129 130 $settings->confetti_settings_page(); 130 131 }
Note: See TracChangeset
for help on using the changeset viewer.