Plugin Directory

Changeset 2901870


Ignore:
Timestamp:
04/20/2023 03:02:49 PM (3 years ago)
Author:
stacks
Message:

remove the home view till it is totally done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stacks-mobile-app-builder/trunk/index.php

    r2901861 r2901870  
    1414        register_activation_hook(__FILE__, array($this, 'stacks_app_activate'));
    1515
    16         add_action( 'admin_menu', array( &$this, 'stacks_admin_menu' ) );
     16        // add_action( 'admin_menu', array( &$this, 'stacks_admin_menu' ) );
    1717
    18         add_action('admin_enqueue_scripts', array( &$this, 'stacks_admin_enqueue_scripts') );
     18        // add_action('admin_enqueue_scripts', array( &$this, 'stacks_admin_enqueue_scripts') );
    1919
    2020    }
Note: See TracChangeset for help on using the changeset viewer.