Skip to content

Commit

Permalink
last lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jul 3, 2024
1 parent da439ed commit 13937b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function () {
)
);
$pluginUpdater->setDataOverrides(
[
array(
'banners' => array(
'2x' => 'https://cdn.hiive.space/marketplace/vendors-assets/web-banner.svg',
'1x' => 'https://cdn.hiive.space/marketplace/vendors-assets/web-banner.svg',
Expand All @@ -110,7 +110,7 @@ function () {
'2x' => 'https://cdn.hiive.space/marketplace/vendors-assets/web-icon.svg',
'1x' => 'https://cdn.hiive.space/marketplace/vendors-assets/web-icon.svg',
),
]
)
);

// Handle any upgrade routines (only in the admin)
Expand Down
2 changes: 1 addition & 1 deletion wp-plugin-web.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'The HostGator Plugin' => 'wp-plugin-hostgator/wp-plugin-hostgator.php',
'The Crazy Domains Plugin' => 'wp-plugin-crazy-domains/wp-plugin-crazy-domains.php',
);
$pass_nfd_check = $nfd_plugins_check->check_plugin_requirements();
$pass_nfd_check = $nfd_plugins_check->check_plugin_requirements();

// Check PHP version before initializing to prevent errors if plugin is incompatible.
if ( $pass_nfd_check && version_compare( PHP_VERSION, '5.3', '>=' ) ) {
Expand Down

0 comments on commit 13937b4

Please sign in to comment.