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 f57da12 commit 973615dCopy full SHA for 973615d
src/Admin/SettingsPage.php
@@ -261,7 +261,7 @@ public function telemetrySectionHeader(): void
261
Template::print(ROLLBAR_PLUGIN_DIR . '/templates/admin/settings-section-header.php', [
262
'id' => 'rollbar_settings_telemetry_header',
263
'title' => 'Telemetry Settings',
264
- 'description' => '<p>See the <a href="https://docs.rollbar.com/docs/php-telemetry" target="_blank">Rollbar'
+ 'description' => '<p>See the <a href="https://docs.rollbar.com/docs/php-telemetry" target="_blank">Rollbar '
265
. 'telemetry documentation</a> and <a href="https://developer.wordpress.org/apis/hooks/action-reference/" '
266
. 'target="_blank">WordPress action reference</a> for more details on these settings.</p>',
267
]);
0 commit comments