Completed
Push — master ( 9f77b5...9b184b )
by Devin
32:45 queued 12:46
created
includes/admin/class-gmb-admin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -678,8 +678,8 @@
 block discarded – undo
678 678
 		);
679 679
 
680 680
 		echo '<div class="autocomplete-wrap"><input type="text" name="' . $field->args( 'id' ) . '[geocode]" id="' . $field->args( 'id' ) . '" value="" class="search-autocomplete" /><p class="autocomplete-description">' .
681
-		     sprintf( __( 'Enter the name of a place or an address above to create a map marker or %1$sDrop a Marker%2$s', $this->plugin_slug ), '<a href="#" class="drop-marker button button-small"><span class="dashicons dashicons-location"></span>', '</a>' ) .
682
-		     '</p></div>';
681
+			 sprintf( __( 'Enter the name of a place or an address above to create a map marker or %1$sDrop a Marker%2$s', $this->plugin_slug ), '<a href="#" class="drop-marker button button-small"><span class="dashicons dashicons-location"></span>', '</a>' ) .
682
+			 '</p></div>';
683 683
 
684 684
 	}
685 685
 
Please login to merge, or discard this patch.