Completed
Push — master ( 84d4d7...892094 )
by Mike
02:23
created
includes/class-admin-page.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 	 * @see load_plugin_textdomain
46 46
 	 */
47 47
 	function load_textdomain() {
48
-	    load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->file ) ) . '/languages/' );
48
+		load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->file ) ) . '/languages/' );
49 49
 	}
50 50
 
51 51
 
@@ -108,8 +108,8 @@  discard block
 block discarded – undo
108 108
 		} else {
109 109
 			// We didn't get a reponse so print the notice out
110 110
 			echo '<div class="notice notice-error is-dismissible">';
111
-		        echo '<p>'.__( 'WordPress could not connect to Splashbase and therefore images will not pull into metaboxes/thumbnails. Turn Airplane Mode off or reconnect to the Internet to get images when creating test data.', 'otm-test-content' ).'</p>';
112
-		    echo '</div>';
111
+				echo '<p>'.__( 'WordPress could not connect to Splashbase and therefore images will not pull into metaboxes/thumbnails. Turn Airplane Mode off or reconnect to the Internet to get images when creating test data.', 'otm-test-content' ).'</p>';
112
+			echo '</div>';
113 113
 		}
114 114
 
115 115
 	}
Please login to merge, or discard this patch.