Legend:
- Unmodified
- Added
- Removed
-
plugins/buildtools/class.dc.maintenance.buildtools.php
r2283 r2286 33 33 public function __construct($core) { 34 34 $this->core = $core; 35 $this->bundled_plugins = array( 36 "aboutConfig","akismet","antispam","attachments","blogroll", 37 "blowupConfig","dclegacy","fairTrackbacks","importExport", 38 "maintenance","pages","pings","simpleMenu","tags","themeEditor", 39 "userPref","widgets" 40 ); 35 $this->bundled_plugins = explode(',', DC_DISTRIB_PLUGINS); 41 36 $this->core->media = new dcMedia($this->core); 42 37 }
Note: See TracChangeset
for help on using the changeset viewer.