Skip to content

Commit 0fd954e

Browse files
committed
#60. Remove the use of screen_icon method
1 parent b037aad commit 0fd954e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

onelogin-saml-sso/php/configuration.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function onelogin_saml_configuration_render() {
1414
$title = __("SSO/SAML Settings", 'onelogin-saml-sso');
1515
?>
1616
<div class="wrap">
17-
<?php screen_icon(); ?>
1817
<div class="alignleft">
1918
<a href="http://www.onelogin.com"><img src="<?php echo esc_url( plugins_url('onelogin.png', dirname(__FILE__)) );?>"></a>
2019
</div>
@@ -567,6 +566,10 @@ function plugin_setting_select_onelogin_saml_advanced_digestalgorithm() {
567566
'<p class="description">'.__("Algorithm that will be used on digest process").'</p>';
568567
}
569568

569+
function plugin_section_status_text() {
570+
echo "<p>".__("Use this flag for enable or disable the SAML support.", 'onelogin-saml-sso')."</p>";
571+
}
572+
570573
function plugin_section_idp_text() {
571574
echo "<p>".__("Set information relating to the IdP that will be connected with our WordPress. You can find these values at the Onelogin's platform inside WordPress on the Single Sign-On tab.", 'onelogin-saml-sso')."</p>";
572575
}

0 commit comments

Comments
 (0)