티스토리 수익 글 보기

티스토리 수익 글 보기

[CodeFactor] Apply fixes to commit bc80dcd · mainwp/mainwp@00f1eeb · GitHub
Skip to content

Commit 00f1eeb

Browse files
committed
[CodeFactor] Apply fixes to commit bc80dcd
[ci skip] [skip ci]
1 parent bc80dcd commit 00f1eeb

File tree

1 file changed

+3
3
lines changed

1 file changed

+3
3
lines changed

pages/page-mainwp-rest-api-page.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,9 @@ public static function check_rest_api_enabled( $check_logged_in = false ) { // p
12161216
}
12171217

12181218
$args = array(
1219-
'method' => 'GET',
1220-
'timeout' => 45,
1221-
'headers' => array(
1219+
'method' => 'GET',
1220+
'timeout' => 45,
1221+
'headers' => array(
12221222
'content-type' => 'application/json',
12231223
),
12241224
'sslverify' => (bool) get_option( 'mainwp_sslVerifyCertificate', true ),

0 commit comments

Comments
 (0)