Plugin Directory

Changeset 569578


Ignore:
Timestamp:
07/09/2012 06:24:30 PM (14 years ago)
Author:
angrybyte
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-exit-box-lite/trunk/wordpress-exit-box-lite.php

    r562663 r569578  
    44 * @package Wordpress Exit Box Lite
    55 * @author Bouzid Nazim Zitouni
    6  * @version 1.00
     6 * @version 1.02
    77 */
    88/*
     
    1111Description: Wordpress exit box is used design and display your exit box, a ThickBox page that will be shown to your users when they click a external link.
    1212Author: Bouzid Nazim Zitouni
    13 Version: 1.01
     13Version: 1.02
    1414Author URI: http://angrybyte.com
    1515*/
     
    365365            }
    366366            $newlink = str_replace($xurl, $xurl2, $match);
    367             //call thickbox!
     367           
    368368            $newlink = str_replace("<a ", "<a {$exitboxvals['tag']} ", $newlink);
    369369            if (!strpos($newlink, "nofollow"))
Note: See TracChangeset for help on using the changeset viewer.