From cb8be5f82182998bfb5a69ef10a5354e1ae2accd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Oct 2006 05:31:14 +0000 Subject: - Patch #89285 by profix: code simplifications. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 373dbca26..b8582ae00 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -783,7 +783,7 @@ function node_search($op = 'search', $keys = NULL) { // Output form for defining rank factor weights. $form['content_ranking'] = array('#type' => 'fieldset', '#title' => t('Content ranking')); $form['content_ranking']['#theme'] = 'node_search_admin'; - $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => ''. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence, zero means the property is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') .''); + $form['content_ranking']['info'] = array('#value' => ''. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence, zero means the property is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') .''); $ranking = array('node_rank_relevance' => t('Keyword relevance'), 'node_rank_recent' => t('Recently posted')); -- cgit v1.2.3