Plugin Directory

Changeset 1303092


Ignore:
Timestamp:
12/08/2015 04:07:27 PM (10 years ago)
Author:
rfgoetz
Message:

5.33 - 12/08/2015

  1. FIXED: Removed debug code (thanks to novored for reporting this!)
Location:
wp-topbar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-topbar/trunk/readme.txt

    r1291760 r1303092  
    55Requires at least: 3.2.1
    66Tested up to: 4.4
    7 Stable tag: 5.32
     7Stable tag: 5.33
    88
    99Create MULTIPLE, ROTATABLE TopBars that will be shown at the top of your website.  TopBars are selected by a variety of options - includes scheduler!
     
    210210== Upgrade Notice ==
    211211
    212 = 5.32 =
    213 
    214 Minor fixes to UI for WordPress 4.4
     212= 5.33 =
     213
     214Minor fix to remove debug code.
    215215
    216216
     
    226226== Changelog ==
    227227
     228= 5.33 - 12/08/2015 =
     229
     2301. FIXED: Removed debug code (thanks to novored for reporting this!)
    228231
    229232= 5.32 - 11/21/2015 =
  • wp-topbar/trunk/wp-topbar.php

    r1291754 r1303092  
    55Plugin URI: http://wordpress.org/extend/plugins/wp-topbar/
    66Description:  Create MULTIPLE TopBars that will be shown at the top of your website.  TopBars are selected by a variety of options - includes scheduler, custom PHP, custom CSS and more!
    7 Version: 5.32
     7Version: 5.33
    88Author: Bob Goetz
    99Author URI: http://zwebify.com/wordpress-plugins/
     
    456456            $wptbControlExit = false;
    457457            eval( wptb::wptb_stripslashes($wptbOptions['php_text_control'] ) );
    458             echo $wptbControlExit;
     458        //  echo $wptbControlExit; comment out debug code - thanks to novored
    459459            if ( $wptbControlExit === true ) return false;
    460460        }           
Note: See TracChangeset for help on using the changeset viewer.