Completed
Push — master ( 5a8fbc...eea109 )
by Mike
02:59
created
includes/class-plugin.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 * @see load_plugin_textdomain
95 95
 	 */
96 96
 	public function load_textdomain() {
97
-	    load_plugin_textdomain( 'dummybot', FALSE, basename( dirname( $this->definitions->file ) ) . '/languages/' );
97
+	    load_plugin_textdomain( 'dummybot', false, basename( dirname( $this->definitions->file ) ) . '/languages/' );
98 98
 	}
99 99
 
100 100
 }
Please login to merge, or discard this patch.
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.