- comment.tpl.php in themes/
bartik/ templates/ comment.tpl.php - Bartik's theme implementation for comments.
- comment.tpl.php in modules/
comment/ templates/ comment.tpl.php - Default theme implementation for comments.
- comment.tpl.php in themes/
basis/ templates/ comment.tpl.php - Basis' theme implementation for comments.
- file.tpl.php in modules/
file/ templates/ file.tpl.php - Default theme implementation to display a file.
- node.tpl.php in modules/
node/ templates/ node.tpl.php - Default theme implementation to display a node.
- node.tpl.php in themes/
bartik/ templates/ node.tpl.php - Bartik's theme implementation to display a node.
- theme_file_widget_multiple in modules/
file/ file.theme.inc - Returns HTML for a group of file upload widgets.
- views_plugin_row_comment_rss::render in modules/
comment/ views/ views_plugin_row_comment_rss.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_node_rss::render in modules/
node/ views/ views_plugin_row_node_rss.inc - Render a row object. This usually passes through to a theme template of some form, but not always.