small isset correction
-
Great plugin, thanks for putting this together.
On ui.php:25
if( $display_label !== false ) :
should be:
if( isset( $display_label ) && $display_label !== false ) :
Cheers!
Q
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘small isset correction’ is closed to new replies.