Skip to content

Commit

Permalink
Update projects/packages/jetpack-mu-wpcom/src/features/wpcom-admin-in…
Browse files Browse the repository at this point in the history
…terface/wpcom-admin-interface.php

Co-authored-by: Dusty Reagan <[email protected]>
  • Loading branch information
lupus2k and DustyReagan authored May 8, 2024
1 parent a1ebc69 commit 57367f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* The setting is displayed only if the has the wp-admin interface selected.
*/
function wpcomsh_wpcom_admin_interface_settings_field() {
add_settings_field( 'wpcom_admin_interface', null, 'wpcom_admin_interface_display', 'general', 'default' );
add_settings_field( 'wpcom_admin_interface', '', 'wpcom_admin_interface_display', 'general', 'default' );

register_setting( 'general', 'wpcom_admin_interface', 'esc_attr' );
}
Expand Down

0 comments on commit 57367f6

Please sign in to comment.