Skip to content

Commit ab2d435

Browse files
committed
Fixed missing closing <a> tag.
1 parent a05c53f commit ab2d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function initPhpLogging(bool $ignoreEnabledSetting = false): void
271271
} catch (Exception $exception) {
272272
FlashMessages::addMessage(
273273
message: 'Rollbar is misconfigured. Please, fix your configuration here: <a href="'
274-
. admin_url('/options-general.php?page=rollbar_wp') . '">',
274+
. admin_url('/options-general.php?page=rollbar_wp') . '">Rollbar Settings</a>.',
275275
type: 'error',
276276
);
277277
}

0 commit comments

Comments
 (0)