Skip to content

Commit

Permalink
PHPCS update
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Nov 6, 2019
1 parent de388bc commit 0cef1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/lib/debugger/class-jetpack-cxn-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ protected function last__wpcom_self_test() {
'<a target="_blank" rel="noopener noreferrer" href="%s">Visit the Jetpack.com debug page</a> for more information or <a target="_blank" rel="noopener noreferrer" href="https://jetpack.com/contact-support/">contact support</a>.',
'jetpack'
),
esc_url( add_query_arg( 'url', urlencode( site_url() ), 'https://jetpack.com/support/debug/' ) )
esc_url( add_query_arg( 'url', rawurlencode( site_url() ), 'https://jetpack.com/support/debug/' ) )
),
array(
'a' => array(
Expand Down

0 comments on commit 0cef1a9

Please sign in to comment.