Changeset 2894:2eb645cf4c61
- Timestamp:
- 01/01/15 12:28:31 (11 years ago)
- Branch:
- 2.7
- Location:
- plugins
- Files:
- 
          - 2 edited
 
 - 
          dcCKEditor/_define.php (modified) (1 diff)
- 
          dcLegacyEditor/_define.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/dcCKEditor/_define.phpr2854 r2894 17 17 /* Author */ "dotclear Team", 18 18 /* Version */ "0.9.0", 19 /* Permissions */ "usage,contentadmin", 20 /* Properties */ array('type' => 'plugin') 19 array( 20 'permissions' => 'usage,contentadmin', 21 'type' => 'plugin' 22 ) 21 23 ); 
- 
        plugins/dcLegacyEditor/_define.phpr2878 r2894 17 17 /* Author */ "dotclear Team", 18 18 /* Version */ '0.1.2', 19 /* Permissions */ "usage,contentadmin", 20 /* Properties */ array('type' => 'plugin') 19 array( 20 'permissions' => 'usage,contentadmin', 21 'type' => 'plugin' 22 ) 21 23 ); 
Note: See TracChangeset
          for help on using the changeset viewer.
      