Changeset 332914
- Timestamp:
- 01/15/2011 03:10:07 PM (15 years ago)
- Location:
- wp-render-blogroll-links/trunk
- Files:
-
- 2 edited
-
WP-Render-Blogroll.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-render-blogroll-links/trunk/WP-Render-Blogroll.php
r307835 r332914 2 2 /* 3 3 Plugin Name: WP Render Blogroll Links 4 Version: 2.1. 74 Version: 2.1.8 5 5 Plugin URI: http://0xtc.com/2009/04/22/wp-render-blogroll-links-plugin.xhtml 6 6 Description: 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". … … 85 85 if ( $bookmark->link_image != null && $show_images ) { 86 86 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 />"; 88 88 } else { 89 89 $output .= "<img src=\"" . get_option('siteurl') . "$bookmark->link_image\" $alt $title />"; -
wp-render-blogroll-links/trunk/readme.txt
r307835 r332914 291 291 == Changelog == 292 292 293 = 2.1.8 = 294 295 * Image URL bugfix. 296 293 297 = 2.1.7 = 294 298
Note: See TracChangeset
for help on using the changeset viewer.