Plugin Directory

Changeset 2851947

Timestamp:
01/20/2023 03:13:50 PM (19 months ago)
Author:
xlthlx
Message:

Update trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-inci/trunk/wp-inci.php

    r2851432 r2851947  
    4242
    4343require_once dirname( __FILE__ ) . '/vendor/autoload.php';
    44 require_once dirname( __FILE__ ) . '/vendor/cmb2/cmb2/init.php';
     44if ( ! defined( 'CMB2_VERSION' ) ) {
     45    require_once dirname( __FILE__ ) . '/vendor/cmb2/cmb2/init.php';
     46}
    4547require_once dirname( __FILE__ ) . '/class-wp-inci.php';
    4648require_once dirname( __FILE__ ) . '/class-wp-inci-fields.php';
Note: See TracChangeset for help on using the changeset viewer.