Skip to content

Commit

Permalink
Fix Fatal Error: undefined function
Browse files Browse the repository at this point in the history
  • Loading branch information
bekarice committed May 16, 2017
1 parent 05132f7 commit 562c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static function get_ratings() {
<?php
/* translators: %s: average rating */
printf(
esc_html_( 'Rated %s out of 5', 'woocommerce' ),
esc_html__( 'Rated %s out of 5', 'woocommerce' ),
esc_html( $_product->get_average_rating() )
);
?>
Expand Down

0 comments on commit 562c50a

Please sign in to comment.