From 43ff6baf02591d4670e8da743b963c2ead904b6a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 10 Dec 2015 13:13:07 +1100 Subject: [PATCH] Allow blank option label to be changed --- includes/sp-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index a0dbcdd1..3d91d53e 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -564,7 +564,7 @@ if ( !function_exists( 'sp_dropdown_taxonomies' ) ) { if ( strpos( $property, 'multiple' ) === false ): if ( $args['show_option_blank'] ): - echo ''; + echo ''; endif; if ( $args['show_option_all'] ): printf( '', $args['show_option_all'] );