Completed
Branch master (5a8fbc)
by Mike
02:16
created
includes/class-test-content.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -466,7 +466,7 @@
 block discarded – undo
466 466
 		// cURL an image API for a completely random photo
467 467
 		$curl = curl_init( "http://www.splashbase.co/api/v1/images/random?images_only=true" );
468 468
 
469
-		curl_setopt( $curl, CURLOPT_RETURNTRANSFER, TRUE );
469
+		curl_setopt( $curl, CURLOPT_RETURNTRANSFER, true );
470 470
 
471 471
 		$curl_response = curl_exec( $curl );
472 472
 
Please login to merge, or discard this patch.