Changeset 3302 for plugins/writers/_define.php
- Timestamp:
- 04/04/14 17:01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/writers/_define.php
r3232 r3302 2 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 3 # 4 # This file is part of Dotclear 2.4 # This file is part of Writers, a plugin for Dotclear. 5 5 # 6 6 # Copyright (c) 2003-2008 Olivier Meunier and contributors … … 10 10 # 11 11 # -- END LICENSE BLOCK ------------------------------------ 12 if (!defined('DC_RC_PATH')) { 13 return null; 14 } 12 15 13 16 $this->registerModule( … … 15 18 /* Description*/ "Invite people to write on your blog", 16 19 /* Author */ "Olivier Meunier", 17 /* Version */ '1.1', 18 /* Permissions */ 'admin' 20 /* Version */ '1.2', 21 /* Properties */ 22 array( 23 'permissions' => 'admin', 24 'type' => 'plugin', 25 'dc_min' => '2.6', 26 'support' => 'http://lab.dotclear.org/wiki/plugin/writers', 27 'details' => 'http://plugins.dotaddict.org/dc2/details/writers' 28 ) 19 29 ); 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.