From d1c017660c1b620267fdcdf0a8400fb411c2dd70 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Dec 2009 13:47:32 +0000 Subject: - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. --- modules/contextual/contextual.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/contextual/contextual.module') diff --git a/modules/contextual/contextual.module b/modules/contextual/contextual.module index e414eb3d6..080cf0d3a 100644 --- a/modules/contextual/contextual.module +++ b/modules/contextual/contextual.module @@ -59,7 +59,7 @@ function contextual_library() { /** * Template variable preprocessor for contextual links. * - * @see contextual_links_build() + * @see contextual_links_view() */ function contextual_preprocess(&$variables, $hook) { static $hooks; @@ -89,7 +89,7 @@ function contextual_preprocess(&$variables, $hook) { } if (isset($element) && is_array($element) && !empty($element['#contextual_links'])) { - $variables['contextual_links'] = contextual_links_build($element); + $variables['contextual_links'] = contextual_links_view($element); if (!empty($variables['contextual_links'])) { $variables['classes_array'][] = 'contextual-links-region'; } @@ -116,7 +116,7 @@ function contextual_preprocess(&$variables, $hook) { * * @see menu_contextual_links() */ -function contextual_links_build($element) { +function contextual_links_view($element) { static $destination; // Retrieve contextual menu links. -- cgit v1.2.3