Files
wp-mustache/mustache.php/examples/comments/Comments.php
T

7 lines
103 B
PHP

<?php
class Comments extends Mustache {
public function title() {
return 'A Comedy of Errors';
}
}