Skip to content

Commit

Permalink
Fix with love to zir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipstenu committed Dec 12, 2023
1 parent 63b2f89 commit bf5e839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/facet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) {
Expand Down

0 comments on commit bf5e839

Please sign in to comment.