测试插件中使用默认自定义字段

This commit is contained in:
joyqi
2013-11-25 10:39:02 +08:00
parent e6bf9e460d
commit fa55695621
8 changed files with 57 additions and 16 deletions

View File

@@ -47,8 +47,8 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
<a href="###">预览</a>
</div> -->
<?php include 'file-upload.php'; ?>
<?php include 'custom-fields.php'; ?>
<?php include 'file-upload.php'; ?>
<?php Typecho_Plugin::factory('admin/write-post.php')->content($post); ?>
<p class="submit clearfix">
@@ -160,6 +160,7 @@ if (!$plugged) {
}
include 'file-upload-js.php';
include 'custom-fields-js.php';
Typecho_Plugin::factory('admin/write-post.php')->bottom($post);
include 'footer.php';
?>