Changeset 1303092
- Timestamp:
- 12/08/2015 04:07:27 PM (10 years ago)
- Location:
- wp-topbar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-topbar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-topbar/trunk/readme.txt
r1291760 r1303092 5 5 Requires at least: 3.2.1 6 6 Tested up to: 4.4 7 Stable tag: 5.3 27 Stable tag: 5.33 8 8 9 9 Create MULTIPLE, ROTATABLE TopBars that will be shown at the top of your website. TopBars are selected by a variety of options - includes scheduler! … … 210 210 == Upgrade Notice == 211 211 212 = 5.3 2=213 214 Minor fix es to UI for WordPress 4.4212 = 5.33 = 213 214 Minor fix to remove debug code. 215 215 216 216 … … 226 226 == Changelog == 227 227 228 = 5.33 - 12/08/2015 = 229 230 1. FIXED: Removed debug code (thanks to novored for reporting this!) 228 231 229 232 = 5.32 - 11/21/2015 = -
wp-topbar/trunk/wp-topbar.php
r1291754 r1303092 5 5 Plugin URI: http://wordpress.org/extend/plugins/wp-topbar/ 6 6 Description: 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.3 27 Version: 5.33 8 8 Author: Bob Goetz 9 9 Author URI: http://zwebify.com/wordpress-plugins/ … … 456 456 $wptbControlExit = false; 457 457 eval( wptb::wptb_stripslashes($wptbOptions['php_text_control'] ) ); 458 echo $wptbControlExit;458 // echo $wptbControlExit; comment out debug code - thanks to novored 459 459 if ( $wptbControlExit === true ) return false; 460 460 }
Note: See TracChangeset
for help on using the changeset viewer.