| @@ -1,10 +1,7 @@ | ||
| 1 | 1 | <?php if (! defined('ABSPATH')) exit; // Exit if accessed directly |
| 2 | -if (!defined('HC3_VERSION')) { | |
| 3 | - define( 'HC3_VERSION', 103 ); | |
| 4 | -} | |
| 2 | +define( 'HC3_VERSION', 103 ); | |
| 5 | 3 | |
| 6 | -if (!class_exists('HC3_Abstract_Plugin')) { | |
| 7 | 4 | abstract class HC3_Abstract_Plugin |
| 8 | 5 | { |
| 9 | 6 | public static $instance; |
| 10 | 7 | |
| @@ -722,9 +719,8 @@ | ||
| 722 | 719 | public function root() |
| 723 | 720 | { |
| 724 | 721 | return $this->dic; |
| 725 | 722 | } |
| 726 | -} | |
| 727 | 723 | } |
| 728 | 724 | |
| 729 | 725 | if( ! function_exists('_print_r') ){ |
| 730 | 726 | function _print_r( $thing ) |