WordPoints / wordpoints

Points plugin for WordPress
GNU General Public License v2.0
19 stars 15 forks source link

Hooks UI: add notice-inline class to error container for events #754

Closed JDGrimes closed 6 years ago

JDGrimes commented 6 years ago

The error container for the events has the .error class, and thus is automatically pulled up to the top of the page by WordPress's JS. It is hidden, so this isn't apparent, but it likely prevents event group related errors from being displayed. The .notice-inline class should be added to prevent the automatic hoisting.

JDGrimes commented 6 years ago

Actually, as far as I can tell, this isn't even used. So I'm going to remove it.