Skip to content

Instantly share code, notes, and snippets.

@gatespace
Forked from tekapo/gist:4108697
Created November 19, 2012 02:52
Show Gist options
  • Save gatespace/4108710 to your computer and use it in GitHub Desktop.
Save gatespace/4108710 to your computer and use it in GitHub Desktop.
最強のテンプレートタグ get_the_khoshino()
<?php
function get_the_khoshino($username == null) {
if (!empty($username)) {
return 'いやいや'.$username.'さんほどでは。';
} else {
return 'やはりですか。なるほどですね。';
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment