Dotclear


Ignore:
Timestamp:
03/08/18 17:58:39 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Code formatting (PSR-2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/_define.php

    r3333 r3730  
    1010# 
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    12 if (!defined('DC_RC_PATH')) { return; } 
     12if (!defined('DC_RC_PATH')) {return;} 
    1313 
    1414$this->registerModule( 
    15      /* Name */                    "dcLegacyEditor", 
    16      /* Description*/         "dotclear legacy editor", 
    17      /* Author */             "dotclear Team", 
    18      /* Version */            '0.1.4', 
    19      array( 
    20           'permissions' =>    'usage,contentadmin', 
    21           'type'         =>        'plugin', 
    22           'settings'     =>        array( 
    23                                         'self' => '', 
    24                                         'pref' => '#user-options.user_options_edition' 
    25                                    ) 
    26      ) 
     15    "dcLegacyEditor",         // Name 
     16    "dotclear legacy editor", // Description 
     17    "dotclear Team",          // Author 
     18    '0.1.4',                  // Version 
     19    array( 
     20        'permissions' => 'usage,contentadmin', 
     21        'type'        => 'plugin', 
     22        'settings'    => array( 
     23            'self' => '', 
     24            'pref' => '#user-options.user_options_edition' 
     25        ) 
     26    ) 
    2727); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map