Skip to content

Commit 53eac8d

Browse files
committed
Replace escaped quotes.
1 parent 6da1d4f commit 53eac8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/Core/Dashboard_Sharing/View_Only_Pointer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ private function get_view_only_pointer() {
5454
'title' => sprintf(
5555
'%s %s',
5656
__( 'You now have access to Site Kit', 'google-site-kit' ),
57-
'<button type=\'button\' class=\'googlesitekit-pointer-cta--dismiss dashicons dashicons-no\' data-action=\'dismiss\'>' .
58-
'<span class=\'screen-reader-text\'>' . esc_html__( 'Dismiss this notice.', 'google-site-kit' ) . '</span>' .
57+
'<button type="button" class="googlesitekit-pointer-cta--dismiss dashicons dashicons-no" data-action="dismiss">' .
58+
'<span class="screen-reader-text">' . esc_html__( 'Dismiss this notice.', 'google-site-kit' ) . '</span>' .
5959
'</button>'
6060
),
6161
'content' => __( 'Check Site Kit’s dashboard to find out how much traffic your site is getting, your most popular pages, top keywords people use to find your site on Search, and more.', 'google-site-kit' ),
@@ -88,7 +88,7 @@ private function get_view_only_pointer() {
8888
'class' => 'googlesitekit-view-only-pointer',
8989
'buttons' =>
9090
sprintf(
91-
'<a class=\'googlesitekit-pointer-cta button-primary\' href=\'admin.php?page=googlesitekit-dashboard\' data-action=\'dismiss\'>%s</a>',
91+
'<a class="googlesitekit-pointer-cta button-primary" href="admin.php?page=googlesitekit-dashboard" data-action="dismiss">%s</a>',
9292
esc_html__( 'View dashboard', 'google-site-kit' )
9393
),
9494
),

0 commit comments

Comments
 (0)