diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/thematic/library/extensions/discussion.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/thematic/library/extensions/discussion.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,48 @@ + +
  • +
    +
    | Permalink', 'thematic'), + get_comment_date(), + get_comment_time(), + '#comment-' . get_comment_ID() ); + edit_comment_link(__('Edit', 'thematic'), ' | ', ''); ?>
    + comment_approved == '0') _e("\t\t\t\t\tYour comment is awaiting moderation.\n", 'thematic') ?> +
    + +
    + __('Reply','thematic'), + 'login_text' => __('Log in to reply.','thematic'), + 'depth' => $depth, + 'before' => '' + ))); + endif; + ?> + +
  • +
    | ', ''); ?>
    + comment_approved == '0') _e('\t\t\t\t\tYour trackback is awaiting moderation.\n', 'thematic') ?> +
    + +
    + \ No newline at end of file