We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05c53f commit ab2d435Copy full SHA for ab2d435
src/Plugin.php
@@ -271,7 +271,7 @@ public function initPhpLogging(bool $ignoreEnabledSetting = false): void
271
} catch (Exception $exception) {
272
FlashMessages::addMessage(
273
message: 'Rollbar is misconfigured. Please, fix your configuration here: <a href="'
274
- . admin_url('/options-general.php?page=rollbar_wp') . '">',
+ . admin_url('/options-general.php?page=rollbar_wp') . '">Rollbar Settings</a>.',
275
type: 'error',
276
);
277
}
0 commit comments