From 84cc37b19d952f55ee54249791f2c95aacdade94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 16 May 2024 09:00:46 +0000 Subject: [PATCH 1/2] Fix typos --- README.md | 4 ++-- assets/css/admin/modules/wizard/fields.scss | 2 +- class-cookie-blocker.php | 2 +- cookie/class-sync.php | 2 +- cookiebanner/class-banner-loader.php | 6 +++--- cookiebanner/class-cookiebanner.php | 2 +- cookiebanner/js/complianz.js | 4 ++-- functions.php | 6 +++--- gutenberg/block.php | 4 ++-- integrations/plugins/amp.php | 2 +- integrations/plugins/bb-powerpack.php | 2 +- integrations/plugins/clarity.php | 2 +- integrations/plugins/omnisend.php | 2 +- integrations/plugins/podcast-player.php | 2 +- integrations/plugins/wpadverts.php | 2 +- integrations/services/hubspot.php | 2 +- integrations/statistics/matomo.php | 2 +- languages/complianz-gdpr.pot | 4 ++-- proof-of-consent/class-proof-of-consent.php | 2 +- readme.txt | 4 ++-- settings/config/fields/wizard/consent.php | 2 +- settings/config/fields/wizard/services.php | 4 ++-- settings/settings.php | 2 +- upgrade.php | 2 +- upgrade/upgrade-to-pro.php | 2 +- 25 files changed, 35 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index cf0f67028..ff2ff606e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ At Complianz we are working towards a full-featured privacy suite for all WordPr ### Developers Guide and Contributions -If you're a developer and want to help out, please feel free to contribute anyway you can. We respond to any pull request or issue on Github. Start with reading the [developers guide](https://complianz.io/developers-guide-for-third-party-integrations/) to get a head start. +If you're a developer and want to help out, please feel free to contribute anyway you can. We respond to any pull request or issue on GitHub. Start with reading the [developers guide](https://complianz.io/developers-guide-for-third-party-integrations/) to get a head start. **Bug report:** Please start an issue, and if you have a fix a pull request. Please explain your issue clearly, and use comments when adding a pull request. Your contribution will be acknowledges on WordPress.org. @@ -18,7 +18,7 @@ If you're a developer and want to help out, please feel free to contribute anywa ### Support -For support we kindly ask you to start at our [support forum](https://wordpress.org/support/plugin/complianz-gdpr/) and our documentation at [complianz.io/docs/](https://complianz.io/docs). If you can't find a solution, do not hesitate to ask either on the forum or log a suppor ticket. +For support we kindly ask you to start at our [support forum](https://wordpress.org/support/plugin/complianz-gdpr/) and our documentation at [complianz.io/docs/](https://complianz.io/docs). If you can't find a solution, do not hesitate to ask either on the forum or log a support ticket. If you like Complianz - Please [rate us](https://wordpress.org/support/plugin/complianz-gdpr/reviews/) on WordPress.org diff --git a/assets/css/admin/modules/wizard/fields.scss b/assets/css/admin/modules/wizard/fields.scss index c6cbaf886..d9a5a96ab 100644 --- a/assets/css/admin/modules/wizard/fields.scss +++ b/assets/css/admin/modules/wizard/fields.scss @@ -128,7 +128,7 @@ .cmplz-field-wrap, .cmplz-settings-block-intro { //adding display flex here causes settings-block-intro with html to break. - //becuse of this the cmplz-field-wrap has this property separately (see above) + //because of this the cmplz-field-wrap has this property separately (see above) flex-direction: column; gap: var(--rsp-spacing-xs); padding-inline: var(--rsp-spacing-l); diff --git a/class-cookie-blocker.php b/class-cookie-blocker.php index 768b0550a..d600a7781 100644 --- a/class-cookie-blocker.php +++ b/class-cookie-blocker.php @@ -517,7 +517,7 @@ public function replace_tags( $output ) { * * */ $image_tags = apply_filters( 'cmplz_image_tags', array() ); - $image_pattern = '//s'; //matches multiline with s operater, for FB pixel + $image_pattern = '//s'; //matches multiline with s operator, for FB pixel if ( preg_match_all( $image_pattern, $output, $matches, PREG_PATTERN_ORDER ) ) { foreach ( $matches[1] as $key => $image_url ) { diff --git a/cookie/class-sync.php b/cookie/class-sync.php index 8522db4b7..6ae8a99a0 100644 --- a/cookie/class-sync.php +++ b/cookie/class-sync.php @@ -360,7 +360,7 @@ public function get_syncable_cookies( $ignore_time_limit = false ) { } } - //use as of 5.3. Each non own domain cookie is added to the "thirdparty" list, which is synced onlly with non own domain cookies. + //use as of 5.3. Each non own domain cookie is added to the "thirdparty" list, which is synced only with non own domain cookies. if ( $hasOwnDomainCookies ) { if ( !$c->isOwnDomainCookie ) { if (! in_array( $cookie, $thirdparty_cookies, true ) ) $thirdparty_cookies[] = $cookie->name; diff --git a/cookiebanner/class-banner-loader.php b/cookiebanner/class-banner-loader.php index 10ddaf2ee..fc3ad70c8 100644 --- a/cookiebanner/class-banner-loader.php +++ b/cookiebanner/class-banner-loader.php @@ -96,9 +96,9 @@ public function detect_conflicts() { ?>