Changeset 648332 for context-manager/trunk/plugin.php
- Timestamp:
- 01/05/2013 01:25:01 PM (13 years ago)
- File:
-
- 1 edited
-
context-manager/trunk/plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
context-manager/trunk/plugin.php
r640797 r648332 5 5 Author: Phill Brown 6 6 Author URI: http://pbweb.co.uk 7 Version: 1.1. 17 Version: 1.1.2 8 8 9 9 Copyright 2012 Phill Brown (email: wp@pbweb.co.uk) … … 63 63 // Internationalise 64 64 load_plugin_textdomain( 'menu_rules', false, basename( dirname( __FILE__ ) ) . '/languages' ); 65 66 // Meta box libraries must be included on plugins_loaded for scb_framework utilities 67 require_once dirname( __FILE__ ) . '/admin/meta-box-conditions.php'; 68 require_once dirname( __FILE__ ) . '/admin/meta-box-reactions.php'; 65 69 } 66 70 … … 69 73 70 74 // Init meta box functionality 71 require_once dirname( __FILE__ ) . '/libs/pb-framework/meta-box2.php';72 require_once dirname( __FILE__ ) . '/admin/meta-box-conditions.php';73 require_once dirname( __FILE__ ) . '/admin/meta-box-reactions.php';74 75 75 $this->meta_boxes = array( 76 76 'conditions' => new Context_Manager_Meta_Box_Conditions(),
Note: See TracChangeset
for help on using the changeset viewer.