@@ -555,8 +555,8 @@ function template_preprocess_materio_search_api_results(array &$variables) {
|
|||||||
);
|
);
|
||||||
$variables['search_performance'] .= format_plural(
|
$variables['search_performance'] .= format_plural(
|
||||||
$variables['result_count'] - $results['breves count'],
|
$variables['result_count'] - $results['breves count'],
|
||||||
'and 1 associated matter.',
|
'with 1 associated matter.',
|
||||||
'and @count associated matters.'
|
'with @count associated matters.'
|
||||||
);
|
);
|
||||||
$variables['search_performance'] .= format_plural(
|
$variables['search_performance'] .= format_plural(
|
||||||
$results['could results']['result count'],
|
$results['could results']['result count'],
|
||||||
|
Reference in New Issue
Block a user