管理员后台也可触发发布日志的动作
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: 自动发布
|
||||
Version: 1.9.1
|
||||
Version: 1.9.2
|
||||
Plugin URL: http://xiaosong.org/share/auto-pub-plugin-update
|
||||
Description: 自动发布文章,修正时区问题,增加相关挂载点,自动删除缓存文件。
|
||||
Author: 小松
|
||||
@@ -23,7 +23,7 @@ function dir_is_empty($dir){
|
||||
}
|
||||
|
||||
function autopub(){
|
||||
echo '<script type="text/javascript">$(function(){$.get("'.DYNAMIC_BLOGURL.'?plugin=autopub");})</script>'."\n";
|
||||
echo '<script type="text/javascript">$(function(){$.get("'.BLOG_URL.'?plugin=autopub");})</script>'."\n";
|
||||
}
|
||||
|
||||
if (!dir_is_empty(AUTOPUB_CACHE_DIR)) {
|
||||
|
||||
Reference in New Issue
Block a user