Skip to content

Instantly share code, notes, and snippets.

@akishin
Created June 10, 2014 02:31
Show Gist options
  • Save akishin/21c16f716754447e121f to your computer and use it in GitHub Desktop.
Save akishin/21c16f716754447e121f to your computer and use it in GitHub Desktop.
ローカルで使う PukiWiki 用の HTML タグ表示用プラグイン 2。中身は一緒。
<?php
function plugin_tag_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