Plugin Directory


Ignore:
Timestamp:
01/05/2013 01:25:01 PM (13 years ago)
Author:
phill_brown
Message:

1.1.2 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • context-manager/trunk/plugin.php

    r640797 r648332  
    55Author: Phill Brown
    66Author URI: http://pbweb.co.uk
    7 Version: 1.1.1
     7Version: 1.1.2
    88
    99Copyright 2012 Phill Brown (email: wp@pbweb.co.uk)
     
    6363        // Internationalise
    6464        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';
    6569    }
    6670
     
    6973
    7074        // 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 
    7575        $this->meta_boxes = array(
    7676            'conditions' => new Context_Manager_Meta_Box_Conditions(),
Note: See TracChangeset for help on using the changeset viewer.