From 8fe441a19d49003aa0bcfbb55657abdf01accf98 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 31 Jul 2014 11:24:23 +0100 Subject: [PATCH] Issue #2227907 by mgifford: Revise rel attributes in pager links. --- core/includes/pager.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/includes/pager.inc b/core/includes/pager.inc index 780ff6fe4bca..3dae62e7eea2 100644 --- a/core/includes/pager.inc +++ b/core/includes/pager.inc @@ -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.