Dotclear


Ignore:
Timestamp:
06/30/15 19:01:11 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add syntax arg to adminPostEditor behaviour (may be 'wiki', 'xhtml', 'markdown', …), fixes #2042

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r2929 r3024  
    177177          if ($post_editor && !empty($post_editor[$post_format])) { 
    178178               // context is not post because of tags not available 
    179                $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'quickentry', array('#post_content')); 
     179               $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'quickentry', array('#post_content'),$post_format); 
    180180          } 
    181181     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map