Dotclear


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

Code formatting (PSR-2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/_define.php

    r2566 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 */               "about:config", 
    16      /* Description*/         "Manage every blog configuration directive", 
    17      /* Author */             "Olivier Meunier", 
    18      /* Version */            '0.5', 
    19      array( 
    20           'type'         =>        'plugin' 
    21      ) 
     15    "about:config",                              // Name 
     16    "Manage every blog configuration directive", // Description 
     17    "Olivier Meunier",                           // Author 
     18    '0.5',                                       // Version 
     19    array( 
     20        'type' => 'plugin' 
     21    ) 
    2222 
    2323); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map