Skip to content

Commit

Permalink
Merge pull request #800 from equalizedigital/william/more-tweaks-pre-…
Browse files Browse the repository at this point in the history
…1.16.0

Add help ID to fields for comment and search form labels fix
  • Loading branch information
pattonwebz authored Oct 30, 2024
2 parents 0755eb4 + 68c134d commit 98fca46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/classes/Fixes/Fix/CommentSearchLabelFix.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function get_fields_array( array $fields = [] ): array {
'section' => 'comment_search_label',
'fix_slug' => $this->get_slug(),
'group_name' => $this->get_nicename(),
'help_id' => 8497,
];

$fields['edac_fix_search_label'] = [
Expand All @@ -94,6 +95,7 @@ public function get_fields_array( array $fields = [] ): array {
'description' => esc_html__( 'Add a missing label to the WordPress search form.', 'accessibility-checker' ),
'section' => 'comment_search_label',
'fix_slug' => $this->get_slug(),
'help_id' => 8497,
];

return $fields;
Expand Down

0 comments on commit 98fca46

Please sign in to comment.