Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.plugins.php

    r2492 r2566  
    1717@since 2.6 
    1818 
    19 An instance of this class is provided by dcCore $plugins property  
     19An instance of this class is provided by dcCore $plugins property 
    2020and used for plugins. 
    2121 
     
    2323*/ 
    2424class dcPlugins extends dcModules 
    25 {     
     25{ 
    2626     protected static $type = 'plugin'; 
    2727 
     
    2929     This method registers a plugin in modules list. You should use this to 
    3030     register a new plugin. 
    31       
     31 
    3232     <var>$priority</var> is an integer. Modules are sorted by priority and name. 
    3333     Lowest priority comes first. This property is currently ignored when dealing 
    3434     with themes. 
    35       
     35 
    3636     @param    name           <b>string</b>       Module name 
    3737     @param    desc           <b>string</b>       Module description 
Note: See TracChangeset for help on using the changeset viewer.

Sites map