From 3fafd3795783cd73b5d9c730677a2f8890d8c6c9 Mon Sep 17 00:00:00 2001 From: Cristi Rusu Date: Tue, 13 Mar 2018 10:52:18 +0200 Subject: [PATCH] Fix: incorrect self closing html tag --- functions.php | 2 +- lib/wp-taxonomy-filter/class-cf-taxonomy-filter.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 83c121c3..29607cd3 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ * @package capsule */ -define( 'CAPSULE_URL_VERSION', '2.3' ); +define( 'CAPSULE_URL_VERSION', '2.4' ); define( 'CAPSULE_TAX_PREFIX_PROJECT', '@' ); define( 'CAPSULE_TAX_PREFIX_TAG', '#' ); define( 'CAPSULE_TAX_PREFIX_CODE', '`' ); diff --git a/lib/wp-taxonomy-filter/class-cf-taxonomy-filter.php b/lib/wp-taxonomy-filter/class-cf-taxonomy-filter.php index 31b399c8..75416b95 100644 --- a/lib/wp-taxonomy-filter/class-cf-taxonomy-filter.php +++ b/lib/wp-taxonomy-filter/class-cf-taxonomy-filter.php @@ -158,7 +158,7 @@ function( $elem ) { $multiple = ( $args['multiple'] ) ? 'multiple' : ''; // Build the select form element. ?> - > @@ -213,7 +213,7 @@ public static function author_select( $args = array() ) { } $multiple = ( $args['multiple'] ) ? 'multiple' : ''; ?> - >