Skip to content

Commit

Permalink
Merge pull request #28 from wpzoom/fix/textdomain-match-with-plugin-slug
Browse files Browse the repository at this point in the history
Fix textdomain match with plugin slug
  • Loading branch information
vicolaspetru authored Oct 11, 2021
2 parents 077f531 + 46904ae commit 5697892
Show file tree
Hide file tree
Showing 62 changed files with 2,291 additions and 6,441 deletions.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<rule ref="WordPress.WP.I18n">
<properties>
<!-- Value: replace the text domain used. -->
<property name="text_domain" type="array" value="wpzoom-recipe-card"/>
<property name="text_domain" type="array" value="recipe-card-blocks-by-wpzoom"/>
</properties>
</rule>
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5697892

Please sign in to comment.