Skip to content
Snippets Groups Projects
Commit 452d9ca1 authored by Scotty Logan's avatar Scotty Logan
Browse files

updated saml_metadata slug references

parent 858b621e
No related merge requests found
......@@ -239,7 +239,7 @@ class Stanford_Auth {
* @return mixed
*/
public static function plugin_settings_link( $links ) {
$a = '<a href="' . menu_page_url( 'saml-metadata', false ) . '">' . esc_html__( 'SAML Metadata', 'saml-metadata' ) . '</a>';
$a = '<a href="' . menu_page_url( 'saml_metadata', false ) . '">' . esc_html__( 'SAML Metadata', 'saml_metadata' ) . '</a>';
array_push( $links, $a );
return $links;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment