From bf5e83900247b3dc8df7e4cde7bf2bb89c5def92 Mon Sep 17 00:00:00 2001 From: Mika Ipstenu Epstein Date: Tue, 12 Dec 2023 11:39:28 -0800 Subject: [PATCH] Fix with love to zir --- inc/facet.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/facet.php b/inc/facet.php index fd0218f0..22a1f665 100644 --- a/inc/facet.php +++ b/inc/facet.php @@ -36,6 +36,7 @@ function lwtv_yikes_facetwp_add_labels() { // Titles if ( FWP.facets.show_loved == 'yes' ) { title.push( 'We Love' ); } + if ( FWP.facets.show_loved == 'no' ) { title.push( 'We Don\'t Love' ); } if ( FWP.facets.show_worthit == 'yes' ) { title.push( 'That Are Worth Watching' ); } if ( FWP.facets.show_worthit == 'no' ) { title.push( 'That Are Not Worth Watching' ); } if ( FWP.facets.show_stars != '' && typeof FWP.facets.show_stars != 'undefined' ) {