Changeset 3023 for plugins/tinyMce/admin/post.php
- Timestamp:
- 04/17/11 15:53:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tinyMce/admin/post.php
r2043 r3023 1 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 3 # 4 4 # This file is part of Dotclear 2. 5 5 # 6 # Copyright (c) 2003-20 09 Olivier Meunier and contributors6 # Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or 9 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 10 # 11 # -- END LICENSE BLOCK ------------------------------------ 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 13 13 //require dirname(__FILE__).'/../inc/admin/prepend.php'; … … 40 40 $post_status = $core->auth->getInfo('user_post_status'); 41 41 $post_selected = false; 42 $post_open_comment = $core->blog->settings-> allow_comments;43 $post_open_tb = $core->blog->settings-> allow_trackbacks;42 $post_open_comment = $core->blog->settings->system->allow_comments; 43 $post_open_tb = $core->blog->settings->system->allow_trackbacks; 44 44 45 45 $post_media = array();
Note: See TracChangeset
for help on using the changeset viewer.