You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($this->bread->getOption('sslverify') == '1') { ?>
37
37
<p>
@@ -70,7 +70,10 @@
70
70
<div id="customquery-tooltip-content">
71
71
<p>
72
72
<?phpesc_html_e('This will be executed as part of the meeting search query. This will override any setting in the Service Body dropdowns.', 'bread') ?>
73
-
<br /><?phpechosprintf(__('You can get help formulating a query using your sites <a href="%s">semantic interface</a>.', 'bread'), esc_url($this->bread->getOption('root_server')).'/semantic') ?>
73
+
/* translators: draft saved date format, see http://php.net/date */
74
+
<br /><?php
75
+
/* translators: the string is a link to the semantic interface of the BMLT server */
76
+
echoesc_html(sprintf(__('You can get help formulating a query using your sites <a href="%s">semantic interface</a>.', 'bread'), esc_url($this->bread->getOption('root_server'))).'/semantic') ?>
0 commit comments