|
@@ -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.