codepress / admin-columns

Admin Columns allows you to manage and organize columns in the posts, users, comments, and media lists tables in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.
http://www.admincolumns.com
GNU General Public License v3.0
69 stars 26 forks source link

fix: do not force showing notices with hidden class #335

Closed matzeeable closed 3 years ago

matzeeable commented 3 years ago

Summary

Your implementation to always show notices also shows notices from other plugins.

Actual Behavior

All notices (also hidden) from other vendors are always visible.

Steps to reproduce

Real Media Library shows a notice for failing WP REST API requests (using the WP Core class .hidden).

image

Proposal

Do not force showing notices with explicit .hidden class.

Environment

Not relevant.

DGStefan commented 3 years ago

@matzeeable Thanks for your input. I've merged your PR to the repo.

matzeeable commented 3 years ago

Thanks!