Issue #2227907 by mgifford: Revise rel attributes in pager links.

8.0.x
Nathaniel Catchpole 2014-07-31 11:24:23 +01:00
parent fc5e111aca
commit 8fe441a19d
1 changed files with 0 additions and 2 deletions

View File

@ -235,7 +235,6 @@ function template_preprocess_pager(&$variables) {
'query' => pager_query_add_page($parameters, $element, 0),
'attributes' => array(
'title' => t('Go to first page'),
'rel' => 'first',
),
// Below is ignored by default, supplied to support hook_link_alter
// implementations.
@ -293,7 +292,6 @@ function template_preprocess_pager(&$variables) {
'query' => pager_query_add_page($parameters, $element, $pager_total[$element] - 1),
'attributes' => array(
'title' => t('Go to last page'),
'rel' => 'last',
),
// Below is ignored by default, supplied to support hook_link_alter
// implementations.