PluginProbe
Webling / 3.0.3
Webling v3.0.3
trunk 2.0 3.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.5.0 3.6.0 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.9.0 3.9.1 3.9.2
webling / src / admin / errors / no_connection.html.php

no_connection.html.php in Webling 3.0.3, at src/admin/errors/no_connection.html.php

8 lines 444 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <h2><?php echo __('Webling Einstellungen überprüfen', 'webling'); ?></h2>
2 <p>
3 <?php echo __('Mit der aktuellen Konfiguration ist keine Verbindung zu Webling möglich. ', 'webling'); ?>
4 <br>
5 <?php echo __('Bitte zuerst die Einstellungen des Webling Plugins hier vervollständigen: ', 'webling'); ?>
6 <a href="<?php echo admin_url( 'admin.php?page=webling_page_settings' ); ?>"><?php echo __('Webling Einstellungen', 'webling'); ?></a>
7 </p>
8