In the metatag.module file
line 1668 says: * Implements hook_views_pre_render().

While hook_views_post_render() is implemented:
lines 1667->1670:
/**
* Implements hook_views_pre_render().
*/
function metatag_views_post_render(&$view, &$output, &$cache) {

CommentFileSizeAuthor
#3 fix-typo-1977640-3.patch388 bytesdsdeiz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Postponed (maintainer needs more info)

I'm sorry but I don't understand what the bug report is?

dsdeiz’s picture

Looks like just a minor typo on the comment. http://drupalcode.org/project/metatag.git/blob/refs/heads/7.x-1.x:/metat... should prolly be:

/**
 * Implements hook_views_post_render().
 */
function metatag_views_post_render(&$view, &$output, &$cache) {
dsdeiz’s picture

FileSize
388 bytes

I'll save you time DamienMcKenna. It's minor typo anyway. :D

dsdeiz’s picture

Status: Postponed (maintainer needs more info) » Needs review
DamienMcKenna’s picture

Status: Needs review » Fixed

/me cleans his glasses.
Ah. Thanks :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.