ci workflow updated.

This commit is contained in:
Geoff Taylor
2021-01-27 00:27:47 -05:00
parent 9677867fb7
commit 1e809bbf20
8 changed files with 60 additions and 38 deletions
+4
View File
@@ -156,6 +156,10 @@ function wc_graphql_price( $price, $args = array() ) {
* @return string
*/
function wc_graphql_price_range( $from, $to ) {
if ( $from === $to ) {
return wc_graphql_price( $from );
}
$price = sprintf(
/* translators: 1: price from 2: price to */
_x( '%1$s %2$s %3$s', 'Price range: from-to', 'wp-graphql-woocommerce' ),