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/importExport/_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 */               "Import / Export", 
    16      /* Description*/         "Import and Export your blog", 
    17      /* Author */             "Olivier Meunier & Contributors", 
    18      /* Version */            '3.2', 
    19      array( 
    20           'permissions' =>    'admin', 
    21           'type'         =>        'plugin' 
    22      ) 
     15    "Import / Export",                // Name 
     16    "Import and Export your blog",    // Description 
     17    "Olivier Meunier & Contributors", // Author 
     18    '3.2',                            // Version 
     19    array( 
     20        'permissions' => 'admin', 
     21        'type'        => 'plugin' 
     22    ) 
    2323); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map