Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael committed Oct 5, 2023
1 parent d765be3 commit 041cc58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions inc/admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ function rocket_analytics_data() {
}

$customer_data = get_transient( 'wp_rocket_customer_data' );
$data['license_type'] = '';
if ( false !== $customer_data ) {
$data['license_type'] = rocket_get_license_type( $customer_data );
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
'config' => [
'role' => 'administrator',
'user_meta' => true,
'screen' => 'settings_page_wprocket',
],
'screen' => 'settings_page_wprocket'
],
],

'testShouldNotDisplayNoticeWhenActive' => [
Expand Down

0 comments on commit 041cc58

Please sign in to comment.