[ci skip] Polish changes from PR #5342
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index ece4eda..3af70cb 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -339,8 +339,10 @@
 			}
 		}
 
-		// Enable rel attribute by default
+		// _parse_attributes(), called by initialize(), needs to run at least once
+		// in order to enable "rel" attributes, and this triggers it.
 		isset($params['attributes']) OR $params['attributes'] = array();
+
 		$this->initialize($params);
 		log_message('info', 'Pagination Class Initialized');
 	}