Changeset 3024:b4724a397193 for admin/index.php
- Timestamp:
- 06/30/15 19:01:11 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r2929 r3024 177 177 if ($post_editor && !empty($post_editor[$post_format])) { 178 178 // 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); 180 180 } 181 181 }
Note: See TracChangeset
for help on using the changeset viewer.