Dotclear


Ignore:
Timestamp:
10/05/13 20:34:40 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
default
Message:

Formalizes themes and plugins provided with the distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/buildtools/class.dc.maintenance.buildtools.php

    r2283 r2286  
    3333     public function __construct($core) { 
    3434          $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); 
    4136          $this->core->media = new dcMedia($this->core); 
    4237     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map