Skip to content

Commit

Permalink
Fix small typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Dec 26, 2024
1 parent 4b56748 commit 62dbb77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This is a WordPress theme with some hard dependencies. You can't run it without
## Hard dependencies
Install these before activating the theme:
- Timber 1.x [[free download](https://wordpress.org/plugins/timber-library/)]
- Advanced Custom Fields Pro 5.x [[purchace](https://www.advancedcustomfields.com/pro/)]
- Advanced Custom Fields Pro 5.x [[purchase](https://www.advancedcustomfields.com/pro/)]
- Classic Editor 1.x [[free download](https://wordpress.org/plugins/classic-editor/)] _(we are giving the block editor a bit more time to stabilize)_

## Soft dependencies
These are tested plug-ins and are great additions to the theme:
- Contact Form 7 5.3.x [[free download](https://wordpress.org/plugins/contact-form-7/)]
- Disable Comments 2.x [[free download](https://wordpress.org/plugins/disable-comments/)]
- Yoast SEO Premium 15.x [[purchace](https://yoast.com/wordpress/plugins/seo/)]
- Yoast SEO Premium 15.x [[purchase](https://yoast.com/wordpress/plugins/seo/)]
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Third party plugins that hijack the theme will call wp_footer() to get the footer template.
* We use this to end our output buffer (started in header.php) and render into the view/page-plugin.twig template.
*
* If you're not using a plugin that requries this behavior (ones that do include Events Calendar Pro and
* If you're not using a plugin that requires this behavior (ones that do include Events Calendar Pro and
* WooCommerce) you can delete this file and header.php
*
* @package WordPress
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function zw_filter_pre_oembed_result($default, $url, $args)

/**
* Include ACF Fields. These are saved as local JSON
* This is not a function of Timber so we declare them afer the Timber specific functions
* This is not a function of Timber so we declare them after the Timber specific functions
*/
if (function_exists('get_field')) {
add_filter('acf/settings/save_json', 'streekomroep_acf_json_save_point');
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Third party plugins that hijack the theme will call wp_head() to get the header template.
* We use this to start our output buffer and render into the view/page-plugin.twig template in footer.php
*
* If you're not using a plugin that requries this behavior (ones that do include Events Calendar Pro and
* If you're not using a plugin that requires this behavior (ones that do include Events Calendar Pro and
* WooCommerce) you can delete this file and footer.php
*
* @package WordPress
Expand Down

0 comments on commit 62dbb77

Please sign in to comment.