Plugin Directory

Changeset 847197


Ignore:
Timestamp:
01/28/2014 07:31:15 PM (12 years ago)
Author:
presspay
Message:

Setup Shortcode Controller and View.

Location:
wordio/trunk
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • wordio/trunk/wordio.php

    r847194 r847197  
    2323  add_action('admin_menu', array($twillioAdminController, 'menu_setup'));
    2424} else {
    25  
     25  require_once(WORDIO_BASE_DIR . '/app/controllers/wordio_shortcodes_controller.php');
     26  $shortcodeController = new WordioShortcodesController;
    2627}
    2728?>
Note: See TracChangeset for help on using the changeset viewer.