Skip to content

Commit

Permalink
Fix label_description not working for fieldset_text
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Dec 18, 2024
1 parent 1c7c514 commit b51344a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inc/fields/fieldset-text.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ protected static function input_description( array $field ) : string {
return '';
}

protected static function label_description( array $field ) : string {
return '';
}

/**
* Normalize parameters for field.
*
Expand Down

0 comments on commit b51344a

Please sign in to comment.