Skip to content

Remove the aria labels on the links#5

Merged
2ndkauboy merged 1 commit intodevelopfrom
fix/2-remove-aria-labels
Mar 30, 2026
Merged

Remove the aria labels on the links#5
2ndkauboy merged 1 commit intodevelopfrom
fix/2-remove-aria-labels

Conversation

@2ndkauboy
Copy link
Copy Markdown
Contributor

Fixes #2

@github-actions
Copy link
Copy Markdown

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
3 0 3

⚠️ Warnings (3)

📁 lib/Rewrite/Redirect.php (2 warnings)
📍 Line 🔖 Check 💬 Message
105 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $order_clause used in $wpdb->get_col()\n$order_clause assigned unsafely at line 102.
186 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $order_clause used in $wpdb->get_col()\n$order_clause assigned unsafely at line 183.
📁 src/block/website-list/render.php (1 warning)
📍 Line 🔖 Check 💬 Message
24 WordPress.DB.SlowDBQuery.slow_db_query_tax_query Detected usage of tax_query, possible slow query.

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@2ndkauboy 2ndkauboy merged commit 0fc4977 into develop Mar 30, 2026
1 check passed
@2ndkauboy 2ndkauboy deleted the fix/2-remove-aria-labels branch March 30, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't use aria-label

1 participant