'.ATWI.' '.__('plugin requires PHP 5 or higher to work properly. Your current version is', ATWI_DOMAIN).' '.PHP_VERSION.'
';
}
/**
* Adds a meta box to the side of the edit post screen.
*/
public function AddMetaBox() {
add_meta_box(ATWI_DOMAIN, ATWI, array(&$this, 'ContestMetaBox'), 'post', 'side');
}
/**
* Outputs a small form for a post meta box
*
* @global