Skip to content

Commit

Permalink
Fix php linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdperez86 committed Jun 29, 2023
1 parent ab2d6b7 commit 05343bd
Showing 1 changed file with 3 additions and 7 deletions.
Expand Up @@ -704,18 +704,14 @@ public function add_product_template( $args ) {
'woocommerce/product-variations-fields',
array(
'description' => sprintf(
/* translators: %1$s: Sell your product in multiple variations like size or
color. strong opening tag. %2$s: Sell your product in multiple variations like size or
color. strong closing tag.*/
__( '%1$sSell your product in multiple variations like size or
color.%2$s Get started by adding options for the buyers to choose on
the product page.', 'woocommerce' ),
/* translators: %1$s: Sell your product in multiple variations like size or color. strong opening tag. %2$s: Sell your product in multiple variations like size or color. strong closing tag.*/
__( '%1$sSell your product in multiple variations like size or color.%2$s Get started by adding options for the buyers to choose on the product page.', 'woocommerce' ),
'<strong>',
'</strong>'
),
),
array(),
)
),
),
)
);
Expand Down

0 comments on commit 05343bd

Please sign in to comment.