Skip to content

Instantly share code, notes, and snippets.

@8bitodyssey
8bitodyssey / gist:4108830
Created November 19, 2012 03:44 — forked from ShinichiNishikawa/gist:4108737
最強のテンプレートタグ get_the_khoshino()
<?php
function get_the_khoshino($destination == null, $username == null) {
if ( $destination ) {
return 'というわけで、' . $destination . 'に向かっています';
} else {
if (!empty($username)) {
return 'いやいや'.$username.'さんほどでは。';
} else {
return 'やはりそうでしたか。なるほどですね。';
}