Changeset 2679:bae19d3adbc4 for admin/post.php
- Timestamp:
- 03/05/14 21:04:23 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2666 r2679 19 19 $post_dt = ''; 20 20 $post_format = $core->auth->getOption('post_format'); 21 $editor = $core->auth->getOption('editor'); 21 22 $post_password = ''; 22 23 $post_url = ''; … … 60 61 61 62 # Formaters combo 62 $formaters_combo = dcAdminCombos::getFormatersCombo( );63 $formaters_combo = dcAdminCombos::getFormatersCombo($editor); 63 64 64 65 # Languages combo … … 378 379 dcPage::jsMetaEditor(). 379 380 dcPage::jsLoad('js/_post.js'). 380 $core->callBehavior('adminPostEditor' ).381 $core->callBehavior('adminPostEditor',$editor). 381 382 dcPage::jsConfirmClose('entry-form','comment-form'). 382 383 # --BEHAVIOR-- adminPostHeaders
Note: See TracChangeset
for help on using the changeset viewer.
