Skip to content

Commit

Permalink
chore: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Dec 19, 2023
1 parent 11e85e0 commit 43a05a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function register_active_filters_data( $data, $params ) {
function( $rating ) {
return array(
/* translators: %d is the rating value. */
'title' => sprintf( __('Rated %d out of 5', 'woocommerce' ), $rating ),
'title' => sprintf( __( 'Rated %d out of 5', 'woocommerce' ), $rating ),
'attributes' => array(
'data-wc-on--click' => 'woocommerce/collection-rating-filter::actions.removeFilter',
'data-wc-context' => 'woocommerce/collection-rating-filter::' . wp_json_encode( array( 'value' => $rating ) ),
Expand Down

0 comments on commit 43a05a2

Please sign in to comment.