You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'#value' => '<em>' . 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.') . '</em>'
1686
+
'#markup' => '<p><em>' . t('Influence is a numeric multiplier used in ordering search results. A higher number means the corresponding factor has more influence on search results; zero means the factor is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') . '</em></p>'
1687
1687
);
1688
1688
1689
1689
// Note: reversed to reflect that higher number = higher ranking.
@@ -1870,7 +1870,7 @@ function theme_node_search_admin($variables) {
1870
1870
1871
1871
$output = drupal_render($form['info']);
1872
1872
1873
-
$header = array(t('Factor'), t('Weight'));
1873
+
$header = array(t('Factor'), t('Influence'));
1874
1874
foreach (element_children($form['factors']) as $key) {
0 commit comments