From fd458b623a69170dff3d205c6048e52b7365d63b Mon Sep 17 00:00:00 2001 From: Jonathan Daggerhart Date: Sun, 4 Nov 2018 09:59:16 -0500 Subject: [PATCH] Fixing incomplete example --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a56ed67..8a74555 100644 --- a/readme.md +++ b/readme.md @@ -216,7 +216,7 @@ Provides 1 argument: the existing fields array. add_filter('openid-connect-generic-settings-fields', function( $fields ) { // Modify an existing field's title. - $fields['']['title'] = __(''); + $fields['endpoint_userinfo']['title'] = __('User information endpoint url'); // Add a new field that is a simple checkbox. $fields['block_terry'] = array(