woocommerce / grow

7 stars 7 forks source link

Fix "using ${var} in strings is deprecated" notice #100

Closed rawdreeg closed 4 months ago

rawdreeg commented 5 months ago

Changes proposed in this Pull Request:

Replace ${var} deprecated usage with sprintf

Closes #99.

Detailed test instructions:

  1. Try running ./bin/wr simulate for any repo and confirm no errors is shown.
rawdreeg commented 4 months ago

Thanks.