Fix Fatal Error: undefined function

This commit is contained in:
Beka Rice 2017-05-16 04:04:47 -04:00
parent 05132f724c
commit 562c50a3b0
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class WC_Embed {
<?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() )
);
?>