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;
 }