We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba8a5e commit f37eba1Copy full SHA for f37eba1
admin/partials/bread-admin-display.php
@@ -46,7 +46,7 @@ private function select_service_bodies()
46
for ($i = 1; $i <= 5; $i++) { ?>
47
<li><label for="service_body_<?php echo esc_html($i); ?>"><?php
48
/* translators: Bread can query up to five servers, the string is the number 1-5 */
49
- esc_html(sprintf(__('Service Body %d', 'bread'), $i)) ?>: </label>
+ echo esc_html(sprintf(__('Service Body %d', 'bread'), $i)) ?>: </label>
50
<select class="service_body_select" id="service_body_<?php echo esc_html($i); ?>" name="service_body_<?php echo esc_html($i); ?>"><?php
51
if ($this->connected) {
52
$this->select_service_body_options($i);
0 commit comments