Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Oct 2, 2024
1 parent d137095 commit a1dbc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/alt-experience/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ function () {
'manage_options',
'bluehost',
function () {
$version = BLUEHOST_PLUGIN_VERSION;
$version = BLUEHOST_PLUGIN_VERSION;
$asset_file = BLUEHOST_BUILD_DIR . '/index.asset.php';
if ( is_readable( $asset_file ) ) {
$asset = include_once $asset_file;
$asset = include_once $asset_file;
$version = $asset['version'];
}

Expand Down

0 comments on commit a1dbc25

Please sign in to comment.