Created
June 10, 2014 02:29
-
-
Save akishin/21ce1562dca6b1995171 to your computer and use it in GitHub Desktop.
ローカルで使う PukiWiki 用の HTML タグ表示用プラグイン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function plugin_html_inline() | |
{ | |
$args = func_get_args(); | |
array_pop($args); | |
return join(',', $args); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment