I'm actually not sure if this is a bug or not, but I would assume it's an oversight.

In the new panel-pane.tpl.php preprocess (line 1035) function it is defined

<?php 

$vars['links'] = !empty($content->links) ? implode(' ', $content->links) : '';

?>

WHERE AS, in display-render.inc in theme function (panels 3.0)

<?php

$output .= "<div class=\"links\">" . theme('links', $content->links) . "</div>\n";

?>
CommentFileSizeAuthor
#1 panels-612116.patch817 bytesjonskulski

Comments

jonskulski’s picture

Status: Active » Needs review
StatusFileSize
new817 bytes

Here is a patch that runs $content->links through theme('links')

merlinofchaos’s picture

Status: Needs review » Fixed

I remember wondering about that when I committed it. I should have checked more carefully.

Status: Fixed » Closed (fixed)

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