From 62dbb77f387920f9339a38e196ffa3c97dcfe310 Mon Sep 17 00:00:00 2001 From: rmens Date: Thu, 26 Dec 2024 17:53:47 +0100 Subject: [PATCH] Fix small typo's --- INSTALL.md | 4 ++-- footer.php | 2 +- functions.php | 2 +- header.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 578aa120..3f08a2b9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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/)] diff --git a/footer.php b/footer.php index c00e7495..1aca493b 100644 --- a/footer.php +++ b/footer.php @@ -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 diff --git a/functions.php b/functions.php index 4b03c5d1..70054bec 100644 --- a/functions.php +++ b/functions.php @@ -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'); diff --git a/header.php b/header.php index 09451b29..8a541c8b 100644 --- a/header.php +++ b/header.php @@ -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