Skip to content

Commit

Permalink
Fix CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Aug 22, 2023
1 parent b3bafa5 commit 470b364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</p>
</div>

## About
## About


This is the long desc ...
Expand Down Expand Up @@ -52,7 +52,7 @@ composer require figuren-theater/ft-onboarding

### Plugins included

This package contains the following plugins.
This package contains the following plugins.
Thoose are completely managed by code and lack of their typical UI.

* [figuren-theater/ft-core-block-domaincheck](https://github.com/figuren-theater/ft-core-block-domaincheck)
Expand Down Expand Up @@ -107,7 +107,7 @@ who participated in this project.

## License

This project is licensed under the [GPL-3.0-or-later](LICENSE.md), see the [LICENSE](LICENSE) file for
This project is licensed under the **GPL-3.0-or-later**, see the [LICENSE](/LICENSE) file for
details

## Acknowledgments
Expand Down
4 changes: 3 additions & 1 deletion inc/ft-core-block-domaincheck/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

/**
* Bootstrap module, when enabled.
*
* @return void
*/
function bootstrap() {

Expand All @@ -31,7 +33,7 @@ function load_plugin() {

if ( is_network_admin() || is_user_admin() )
return;

$config = Figuren_Theater\get_config()['modules']['onboarding'];
if ( ! $config['ft-core-block-domaincheck'] )
return; // early
Expand Down

0 comments on commit 470b364

Please sign in to comment.