File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Integrate with Google Consent Mode (GCM) to adjust how Google tags behave based
115115
116116# ## ✨ AI integration
117117
118- ! [AI screenshit ](https://github.com/user-attachments/assets/f5771f7c-883b-4bcd-a440-e25889d3c751)
118+ ! [AI screenshot ](https://github.com/user-attachments/assets/f5771f7c-883b-4bcd-a440-e25889d3c751)
119119
120120Integrate with AI to generate translations and cookie descriptions. Supports both GPT and Gemini.
121121
Original file line number Diff line number Diff line change @@ -787,9 +787,9 @@ private function maybe_increment_revision( array $new_settings ): int {
787787 */
788788 private function maybe_migrate ( array $ settings ): array {
789789 $ migrator = new Migrator ( $ settings );
790- $ mirgated_settings = $ migrator ->maybe_migrate ();
790+ $ migrated_settings = $ migrator ->maybe_migrate ();
791791
792- return $ mirgated_settings ;
792+ return $ migrated_settings ;
793793 }
794794
795795 /**
Original file line number Diff line number Diff line change 8484 <exclude name =" WordPress.PHP.YodaConditions" />
8585
8686 <!--
87- ... Warn about mis-aligned array items, but don't automatically "fix" them, because arrays in function
87+ ... Warn about misaligned array items, but don't automatically "fix" them, because arrays in function
8888 ... calls get extra lines added.
8989 ...
9090 ... @see https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1305
You can’t perform that action at this time.
0 commit comments