Plugin Directory

Changeset 145421


Ignore:
Timestamp:
08/13/2009 08:26:10 AM (17 years ago)
Author:
theDI
Message:

1.0.1

Location:
wp-external-links-bar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-external-links-bar/trunk/readme.txt

    r145250 r145421  
    44Tags: external links bar
    55Requires at least: 2.8
    6 Tested up to: 2.8.3
     6Tested up to: 2.8.4
    77Stable tag: trunk
    88
  • wp-external-links-bar/trunk/wp-elb.php

    r145250 r145421  
    33 * @package wp-external-links-bar
    44 * @author Eduardo Chiaro
    5  * @version 1.0.0
     5 * @version 1.0.1
    66 */
    77/*
     
    1010Description: Maintain your external links (in posts and comments) in your site. Create a Link Bar like facebook, digg and google. With share link.
    1111Author:Eduardo Chiaro
    12 Version: 1.0.0
     12Version: 1.0.1
    1313Author URI: http://www.eduardochiaro.it
    1414*/
     
    2222$class = new ExternalLinks();
    2323
    24 $wpelb_config = $class->config;
     24$wpelb_options = $class->config;
    2525
    2626function elb_searchLinks($content){
Note: See TracChangeset for help on using the changeset viewer.