Skip to content

Commit

Permalink
Update php/pantheon/checks/sessions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Reynolds <chris.reynolds@pantheon.io>
  • Loading branch information
stovak and jazzsequence authored Jan 9, 2025
1 parent 9a59869 commit f52efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/pantheon/checks/sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function init() {
$this->has_plugin = class_exists("Pantheon_Sessions");
// If the plugin was not found, define the recommended action.
// Otherwise, we don't want to recommend anything, we're all good here.
$this->action = ! $this->has_plugin ? 'You should INSTALL and ACTIVATE the Native PHP Sessions plugin - https://wordpress.org/plugins/wp-native-php-sessions/' : 'No action required';
$this->action = ! $this->has_plugin ? 'You should ensure that the Native PHP Sessions plugin is installed and activated - https://wordpress.org/plugins/wp-native-php-sessions/' : 'No action required';

return $this;
}
Expand Down

0 comments on commit f52efb3

Please sign in to comment.