You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: a11y-add-on-for-facetwp.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ function a11y_addon_facet_assets() {
51
51
52
52
/**
53
53
* Adjusts markup for specific facets so they use real input elements
54
+
* Adds matching label for and ids to all facets
54
55
*
55
56
* @param string $output HTML
56
57
* @param array $params FacetWP field parameters
@@ -59,7 +60,7 @@ function a11y_addon_facet_assets() {
59
60
*
60
61
* @todo consider whether a combination of totally custom output and str_replace make sense or whether doing something with the WP HTML API might make more sense in the long term
0 commit comments