replace node with "personal blog entry" and so on: node_get_name($node) i think.

Comments

dww’s picture

Assigned: Unassigned » dww
Category: bug » task

that's not a bug. ;)
but sure, i'll work on it.

dww’s picture

Status: Active » Fixed

fixed in HEAD, 4.7.0, and 4.6.0.

node_get_name() doesn't exist in 4.6, so i needed a slightly different approach: node_invoke($node, 'node_name')

Anonymous’s picture

Status: Fixed » Closed (fixed)