Quantcast
Channel: WordPress.org Forums
Viewing all articles
Browse latest Browse all 46187

Sven D. on "Can an PHP experts help?"

$
0
0

Hi

Try this:

$result .= "<li>$description</li>";
                } else {
                        $result .= "<li><a href=\"$link\" target=\"_blank\" ".
                                   "title=\"$tooltip\" rel=\"nofollow\">$title<br>$related[1]</a></li>";
                }
            }
            return $result.'</ul>';
        }

Viewing all articles
Browse latest Browse all 46187

Trending Articles