Exemplo n.º 1
0
         */
        protected function __construct()
        {
            if (empty(self::$sRootFile)) {
                self::$sRootFile = __FILE__;
            }
            self::$aFeatures = array('plugin', 'css', 'less');
            self::$sVersion = '3.3.5-0';
            self::$sPluginSlug = 'wptb';
            self::$sHumanName = 'WordPress Twitter Bootstrap';
            self::$sMenuTitleName = 'Twitter Bootstrap';
            self::$sTextDomain = 'wordpress-bootstrap-css';
            self::$fLoggingEnabled = false;
        }
    }
}
if (!function_exists('_wptb_e')) {
    function _wptb_e($insStr)
    {
        _e($insStr, ICWP_Wordpress_Twitter_Bootstrap_Plugin::GetTextDomain());
    }
}
if (!function_exists('_wptb__')) {
    function _wptb__($insStr)
    {
        return __($insStr, ICWP_Wordpress_Twitter_Bootstrap_Plugin::GetTextDomain());
    }
}
require_once dirname(__FILE__) . '/src/icwp-wptb-main.php';
$oHLT_BootstrapCss = new ICWP_WPTB_BootstrapCss(ICWP_Wordpress_Twitter_Bootstrap_Plugin::GetInstance());