Skip to content

Commit 2588a10

Browse files
committed
Add a debug line to test in Playground (SQLite).
1 parent e320f52 commit 2588a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
192192
*/
193193
$query = apply_filters( 'core_version_check_query_args', $query );
194194

195+
error_log( print_r( $query, true ) );
195196
$post_body = array(
196197
'translations' => wp_json_encode( $translations ),
197198
);

0 commit comments

Comments
 (0)