mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-05 23:50:19 +00:00
7 lines
103 B
PHP
7 lines
103 B
PHP
<?php
|
|
|
|
class Comments extends Mustache {
|
|
public function title() {
|
|
return 'A Comedy of Errors';
|
|
}
|
|
} |