iandunn / admin-notice-helper

Helps WordPress plugins and themes display messages/errors to the user within the Admin Panels
GNU General Public License v2.0
33 stars 7 forks source link

Fixed Undefined Index Error In WP 4.1.1 #4

Closed varunsridharan closed 9 years ago

varunsridharan commented 9 years ago

I get the below error when add a single success notice message in wp 4.1.1

Notice: Undefined index: error in admin-notice-helper.php on line 93
add_notice( 'Successful' );

Now Load The Web page. [You Will Get The Error]

iandunn commented 9 years ago

Yeah, I couldn't reproduce this either. Let me know if you figure out how to reproduce it from a clean install.