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
Semi-consistent display of the admin notice.
Fixes#478, #495. Props @Ninos
Work around all the changes to the various admin notice classes between WP 4.4 and 3.7 (lowest WP version currently supported by TGMPA).
'contact_admin' => __( 'Please contact the administrator of this site for help.', 'tgmpa' ),
193
193
194
-
'nag_type' => 'updated', // Determines admin notice type - can only be 'updated', 'update-nag'or 'error'.
194
+
'nag_type' => '', // Determines admin notice type - can only be one of the typical WP notice classes, such as 'updated', 'update-nag', 'notice-warning', 'notice-info' or 'error'. Some of which may not work as expected in older WP versions.
0 commit comments