Plugin Directory

Changeset 332914


Ignore:
Timestamp:
01/15/2011 03:10:07 PM (15 years ago)
Author:
0xTC
Message:
 
Location:
wp-render-blogroll-links/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-render-blogroll-links/trunk/WP-Render-Blogroll.php

    r307835 r332914  
    22/*
    33Plugin Name: WP Render Blogroll Links
    4 Version: 2.1.7
     4Version: 2.1.8
    55Plugin URI: http://0xtc.com/2009/04/22/wp-render-blogroll-links-plugin.xhtml
    66Description: Outputs your Blogroll links to a Page or Post. Add <code>[wp-blogroll]</code> to a Page or Post and all your Wordpress links/Blogrolls will be rendered. This extremely simple plug-in enables you to create your own Links page without having to write a custom template.<br />The output can easily be styled with CSS. Each category with its links is encapsulated in a DIV  with a classname called "linkcat". All the links are attributed with the class "brlink".
     
    8585        if ( $bookmark->link_image != null && $show_images ) {
    8686            if ( strpos($bookmark->link_image, 'http') === 0 ){
    87                 $output .= "<img src=\"$bookmark->link_image\" $alt $title />";
     87                $output .= "<img src=\"".$bookmark->link_image."\" $alt $title />";
    8888            } else {
    8989                $output .= "<img src=\"" . get_option('siteurl') . "$bookmark->link_image\" $alt $title />";
  • wp-render-blogroll-links/trunk/readme.txt

    r307835 r332914  
    291291== Changelog ==
    292292
     293= 2.1.8 =
     294
     295* Image URL bugfix.
     296
    293297= 2.1.7 =
    294298
Note: See TracChangeset for help on using the changeset viewer.