This change caused a regression. If a description is present for a recurring processor, the recurring payment fields never load on the back-office contribution form.
This is because line 442 fails since the array elements in $this->_processors have been modified w/ addition of the description.
$this->_recurPaymentProcessors = array_intersect_assoc($this->_processors, $recurring);
https://github.com/civicrm/civicrm-core/pull/5577