summaryrefslogtreecommitdiff
path: root/modules/comment/comment.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-21 13:47:32 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-21 13:47:32 +0000
commitd1c017660c1b620267fdcdf0a8400fb411c2dd70 (patch)
tree8401e11dfb9b142f8507d985eb382599c5fa8099 /modules/comment/comment.api.php
parentef10abde20c8052ca4dd6eec9ca84b6f74d37a11 (diff)
downloadbrdo-d1c017660c1b620267fdcdf0a8400fb411c2dd70.tar.gz
brdo-d1c017660c1b620267fdcdf0a8400fb411c2dd70.tar.bz2
- Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent.
Diffstat (limited to 'modules/comment/comment.api.php')
-rw-r--r--modules/comment/comment.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.api.php b/modules/comment/comment.api.php
index c9b8da1a3..1eb3a891e 100644
--- a/modules/comment/comment.api.php
+++ b/modules/comment/comment.api.php
@@ -87,9 +87,9 @@ function hook_comment_view($comment) {
* @param $build
* A renderable array representing the comment.
*
- * @see comment_build()
+ * @see comment_view()
*/
-function hook_comment_build_alter($build) {
+function hook_comment_view_alter($build) {
// Check for the existence of a field added by another module.
if ($build['#build_mode'] == 'full' && isset($build['an_additional_field'])) {
// Change its weight.