Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillhappy1314 committed Jun 12, 2019
1 parent 5cc15ca commit 6f36864
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/images.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

if(!function_exists('add_action')){
return;
}

/**
* 处理图像裁剪请求
*
Expand Down
4 changes: 4 additions & 0 deletions src/languages.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

if(!function_exists('add_action')){
return;
}

/**
* 加载多语言文件
*/
Expand Down
4 changes: 4 additions & 0 deletions src/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* 模版标签
*/

if(!function_exists('add_action')){
return;
}

if ( ! function_exists('wprs_bulma_pagination')) {
/**
* Bulma CSS 数字分页
Expand Down

0 comments on commit 6f36864

Please sign in to comment.