Completed
Push — master ( 5a8fbc...eea109 )
by Mike
02:59
created
includes/class-admin-page.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,8 @@
 block discarded – undo
130 130
 		} else {
131 131
 			// We didn't get a reponse so print the notice out
132 132
 			echo '<div class="notice notice-error">';
133
-		        echo '<p>' . esc_html__( '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.', 'dummybot' ) . '</p>';
134
-		    echo '</div>';
133
+				echo '<p>' . esc_html__( '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.', 'dummybot' ) . '</p>';
134
+			echo '</div>';
135 135
 		}
136 136
 
137 137
 	}
Please login to merge, or discard this patch.