Skip to content

Commit

Permalink
Merge pull request #121 from ucsc/feature/accordion_ldap_cname
Browse files Browse the repository at this point in the history
tr needed on network admin screen
  • Loading branch information
superkumario64 authored Jun 29, 2023
2 parents ca8814a + 457687c commit 7e99820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions classes/SiteSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ function networkSettingsPage()
<td>
<input name="ldap_api_key" class="regular-text" type="text" id="ldap_api_key" value="' . esc_attr(get_site_option('ldap_api_key')) . '" />
</td>
</tr>
<tr>
<th scope="row"><label for="ldap_api_key">LDAP CN</label></th>
<td>
<input name="ldap_cn" class="regular-text" type="text" id="ldap_cn" value="' . esc_attr(get_site_option('ldap_cn')) . '" />
</td>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: UCSC Gutenberg Blocks
Description: Custom UCSC Gutenberg Blocks.
Version: 1.1.12
Version: 1.1.13
Author: UCSC
Author URI: https://www.ucsc.edu/
*/
Expand Down

0 comments on commit 7e99820

Please sign in to comment.