Changeset 2901870
- Timestamp:
- 04/20/2023 03:02:49 PM (3 years ago)
- File:
-
- 1 edited
-
stacks-mobile-app-builder/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stacks-mobile-app-builder/trunk/index.php
r2901861 r2901870 14 14 register_activation_hook(__FILE__, array($this, 'stacks_app_activate')); 15 15 16 add_action( 'admin_menu', array( &$this, 'stacks_admin_menu' ) );16 // add_action( 'admin_menu', array( &$this, 'stacks_admin_menu' ) ); 17 17 18 add_action('admin_enqueue_scripts', array( &$this, 'stacks_admin_enqueue_scripts') );18 // add_action('admin_enqueue_scripts', array( &$this, 'stacks_admin_enqueue_scripts') ); 19 19 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.