Plugin Directory

Changeset 1591788


Ignore:
Timestamp:
02/08/2017 02:42:58 PM (9 years ago)
Author:
mightyplugins
Message:

Metabox framework updated

Location:
mighty-portfolio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mighty-portfolio/trunk/metabox/cantometabox.php

    r1565987 r1591788  
    4444}
    4545
    46 function CTF_MetaBox_Register_Addon() {
    47     if( class_exists( 'CTF_Init' ) ) {
    48         return CTFMB::instance();
    49     }
     46if(!function_exists('CTF_MetaBox_Register_Addon')){
     47    function CTF_MetaBox_Register_Addon() {
     48        if( class_exists( 'CTF_Init' ) ) {
     49            return CTFMB::instance();
     50        }
     51    }
     52   
     53    add_action( 'plugins_loaded', 'CTF_MetaBox_Register_Addon' );
    5054}
    51 add_action( 'plugins_loaded', 'CTF_MetaBox_Register_Addon' );
  • mighty-portfolio/trunk/mighty-portfolio.php

    r1570251 r1591788  
    55 *  Description: Canto Clients simple and effective clients shortcode.
    66 *  Author: MightyPlugins
    7  *  Version: 1.0.2
     7 *  Version: 1.0.3
    88 *  Author URI: http://mightyplugins.com/
    99 *  Text Domain: mighty-portfolio
  • mighty-portfolio/trunk/readme.txt

    r1570251 r1591788  
    3131
    3232== Changelog ==
     33= 1.0.3 =
     34* Metabox framework update
    3335
    3436= 1.0.2 =
Note: See TracChangeset for help on using the changeset viewer.